all repos — ports @ 9fe972c4c24919b1f06b83ae56a266034be45800

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>