all repos — ports @ 30dc46c16abf2486019d4a8aff3614e9ff4059f6

collection of ports for openbsd

www/mycorrhiza/Makefile (view raw)

 1COMMENT =	plain-text driven engine for personal wikis
 2
 3MODGO_MODNAME =	github.com/bouncepaw/mycorrhiza
 4MODGO_VERSION =	v1.12.1
 5
 6DISTNAME =	mycorrhiza-${MODGO_VERSION}
 7CATEGORIES =	www
 8
 9HOMEPAGE =	https://mycorrhiza.wiki
10
11# AGPLv3
12PERMIT_PACKAGE =	Yes
13
14WANTLIB +=		c pthread
15
16MODULES =		lang/go
17
18RUN_DEPENDS =		devel/git
19
20.include "modules.inc"
21
22.include <bsd.port.mk>