diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-06 04:29:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-06 04:29:03 +0800 |
commit | 3ef141207723516b974cf7c72b0daf7968188f24 (patch) | |
tree | 2dfb7c7a69be76a94c7713a6570b968126c8d798 | |
parent | 631ded3f2df261bf4f355e62a884bfd831c3ac3f (diff) | |
download | freebsd-ports-gnome-3ef141207723516b974cf7c72b0daf7968188f24.tar.gz freebsd-ports-gnome-3ef141207723516b974cf7c72b0daf7968188f24.tar.zst freebsd-ports-gnome-3ef141207723516b974cf7c72b0daf7968188f24.zip |
- Add LICENSE
- Remove trailing period from COMMENT
- Remove contiguous blank lines
-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> |