aboutsummaryrefslogtreecommitdiffstats
path: root/www/mycorrhiza/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mycorrhiza/Makefile')
-rw-r--r--www/mycorrhiza/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/mycorrhiza/Makefile b/www/mycorrhiza/Makefile
new file mode 100644
index 0000000..ce63ff5
--- /dev/null
+++ b/www/mycorrhiza/Makefile
@@ -0,0 +1,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>