aboutsummaryrefslogtreecommitdiffstats
path: root/www/mycorrhiza/Makefile
blob: ce63ff59cd6ee4f7fd7f4b3353ed23d32389262d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
COMMENT =	plain-text driven engine for personal wikis

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

DISTNAME =	mycorrhiza-${MODGO_VERSION}
CATEGORIES =	www

HOMEPAGE =	https://mycorrhiza.wiki

# AGPLv3
PERMIT_PACKAGE =	Yes

WANTLIB +=		c pthread

MODULES =		lang/go

RUN_DEPENDS =		devel/git

.include "modules.inc"

.include <bsd.port.mk>