aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
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"