diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-05 20:29:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-05 20:29:03 +0000 |
commit | 0cf646fc7c67c31bb88d164dc5a150d6baa101fb (patch) | |
tree | 2dfb7c7a69be76a94c7713a6570b968126c8d798 /www/rubygem-gitlab-gollum-lib | |
parent | 6e0d45735c0ca13179fc4e2361ab5b83864764ac (diff) |
Notes
Diffstat (limited to 'www/rubygem-gitlab-gollum-lib')
-rw-r--r-- | www/rubygem-gitlab-gollum-lib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/rubygem-gitlab-gollum-lib/Makefile b/www/rubygem-gitlab-gollum-lib/Makefile index 78a4d13a0867..f3cdb5a54371 100644 --- a/www/rubygem-gitlab-gollum-lib/Makefile +++ b/www/rubygem-gitlab-gollum-lib/Makefile @@ -6,7 +6,9 @@ CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= Simple, Git-powered wiki with a sweet API and local frontend. +COMMENT= Simple, Git-powered wiki with a sweet API and local frontend + +LICENSE= MIT RUN_DEPENDS= rubygem-github-markdown>=0.5.3:${PORTSDIR}/textproc/rubygem-github-markdown \ rubygem-github-markup>=0.7.5:${PORTSDIR}/textproc/rubygem-github-markup \ @@ -20,5 +22,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include <bsd.port.mk> |