all repos — ports @ 97b63fcb0cb9b9d0a03f07f0ad168b292ce9401a

collection of ports for openbsd

misc/mycorrhiza/Makefile (view raw)

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