diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-01-01 08:08:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-01-01 08:08:40 +0800 |
commit | fd7dbde519253547c9f024f1db0ac4e9d961156e (patch) | |
tree | 4803d058a3b0a54a052c4f26982320202dc80cbc | |
parent | d2b875fb7bd0bd753968d0be7340112836540950 (diff) | |
download | freebsd-ports-gnome-fd7dbde519253547c9f024f1db0ac4e9d961156e.tar.gz freebsd-ports-gnome-fd7dbde519253547c9f024f1db0ac4e9d961156e.tar.zst freebsd-ports-gnome-fd7dbde519253547c9f024f1db0ac4e9d961156e.zip |
- Add LICENSE
- Remove contiguous blank lines
-rw-r--r-- | devel/rubygem-gitlab_git/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-gitlab_git/Makefile b/devel/rubygem-gitlab_git/Makefile index 7b56a6b4a8fe..385297871a12 100644 --- a/devel/rubygem-gitlab_git/Makefile +++ b/devel/rubygem-gitlab_git/Makefile @@ -8,6 +8,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= GitLab wrapper around git objects +LICENSE= MIT + RUN_DEPENDS= rubygem-activesupport>=3.2.13:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-github-linguist>=2.3.4:${PORTSDIR}/textproc/rubygem-github-linguist \ rubygem-gitlab-grit>=2.6.0:${PORTSDIR}/textproc/rubygem-gitlab-grit @@ -16,5 +18,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include <bsd.port.mk> |