aboutsummaryrefslogtreecommitdiffstats
path: root/misc/mycorrhiza/Makefile
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2022-09-09 10:18:09 +0300
committerla-ninpre <leobrekalini@gmail.com>2022-09-09 10:18:49 +0300
commit9fe972c4c24919b1f06b83ae56a266034be45800 (patch)
tree8e30f0da269b8d287635b0b34bc0c679efd67ca2 /misc/mycorrhiza/Makefile
parentbf417aa1cb77127b9504938947739d9896912758 (diff)
downloadports-9fe972c4c24919b1f06b83ae56a266034be45800.tar.gz
ports-9fe972c4c24919b1f06b83ae56a266034be45800.zip
misc/mycorrhiza: move to www and apply fixes from @op
mycorrhiza is now merged, so this repo is now only for updates and maintenance. for stable version check out openbsd ports tree.
Diffstat (limited to 'misc/mycorrhiza/Makefile')
-rw-r--r--misc/mycorrhiza/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/misc/mycorrhiza/Makefile b/misc/mycorrhiza/Makefile
deleted file mode 100644
index 9e042c1..0000000
--- a/misc/mycorrhiza/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-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>