aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2017-02-24 17:43:48 +0800
committertz <tz@FreeBSD.org>2017-02-24 17:43:48 +0800
commit49f7060120e398a5b15e8756d03a4bce9772b714 (patch)
treea7c059ed5ffcbd16d6172c6abcdb846bd8c2cc4c /www
parent61c60d32a5ed8663f80b7e8088b7da1f6bc93dc1 (diff)
downloadfreebsd-ports-gnome-49f7060120e398a5b15e8756d03a4bce9772b714.tar.gz
freebsd-ports-gnome-49f7060120e398a5b15e8756d03a4bce9772b714.tar.zst
freebsd-ports-gnome-49f7060120e398a5b15e8756d03a4bce9772b714.zip
www/rubygem-gollum-lib-gitlab: create slave port
This port should install www/rubygem-gollum-lib with GITLAB option and is a direct dependency of www/gitlab.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-gollum-lib-gitlab/Makefile11
2 files changed, 12 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 07b41388cedb..c45446efb776 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1969,6 +1969,7 @@
SUBDIR += rubygem-gitlab-grack
SUBDIR += rubygem-gollum-grit_adapter
SUBDIR += rubygem-gollum-lib
+ SUBDIR += rubygem-gollum-lib-gitlab
SUBDIR += rubygem-gollum-rugged_adapter
SUBDIR += rubygem-gon
SUBDIR += rubygem-gon-rails4
diff --git a/www/rubygem-gollum-lib-gitlab/Makefile b/www/rubygem-gollum-lib-gitlab/Makefile
new file mode 100644
index 000000000000..2e5fe9ba8ae8
--- /dev/null
+++ b/www/rubygem-gollum-lib-gitlab/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+CATEGORIES= www
+
+MASTERDIR= ${.CURDIR}/../rubygem-gollum-lib
+
+PKGNAMESUFFIX= -gitlab
+
+OPTIONS_DEFAULT= GITLAB
+
+.include "${MASTERDIR}/Makefile"