openbsd-ports/www/mycorrhiza/Makefile
op 9e36d78644 update www/mycorrhiza to 1.13.0
diff from MAINTAINER la ninpre, thanks!
changelog: https://mycorrhiza.wiki/hypha/release/1.13
2022-11-10 08:09:25 +00:00

26 lines
411 B
Makefile

COMMENT = plain-text driven engine for personal wikis
MODGO_MODNAME = github.com/bouncepaw/mycorrhiza
MODGO_VERSION = v1.13.0
DISTNAME = mycorrhiza-${MODGO_VERSION}
CATEGORIES = www
HOMEPAGE = https://mycorrhiza.wiki
MAINTAINER = la ninpre <aaoth@aaoth.xyz>
# AGPLv3
PERMIT_PACKAGE = Yes
WANTLIB += c pthread
MODULES = lang/go
RUN_DEPENDS = devel/git
.include "modules.inc"
.include <bsd.port.mk>