aboutsummaryrefslogtreecommitdiffstats
path: root/misc/mycorrhiza/Makefile
blob: 9e042c1822c3b64674a9e0a359e12decdf0bca9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
COMMENT =	wiki engine for personal wikis driven by git and plain-text

MODGO_MODNAME =	github.com/bouncepaw/mycorrhiza
MODGO_VERSION =	v1.12.1

DISTNAME =	mycorrhiza-${MODGO_VERSION}
CATEGORIES =	misc

HOMEPAGE =	https://mycorrhiza.wiki

# AGPLv3 only
PERMIT_PACKAGE =	Yes

WANTLIB +=		c pthread

#SUBST_VARS +=		LOCALSTATEDIR

MODULES =		lang/go

RUN_DEPENDS =		devel/git

NO_TEST =		Yes

.include "modules.inc"

.include <bsd.port.mk>