diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-08 13:22:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-08 13:22:19 +0800 |
commit | fc03df6ce3d9866f3d9c560c7497b716d912ff56 (patch) | |
tree | 4937372960ae2de1a0851d62b0447d755cc8ec05 /devel | |
parent | c33ef9d3fc489448daddbcb46f66088c79edd7ca (diff) | |
download | freebsd-ports-gnome-fc03df6ce3d9866f3d9c560c7497b716d912ff56.tar.gz freebsd-ports-gnome-fc03df6ce3d9866f3d9c560c7497b716d912ff56.tar.zst freebsd-ports-gnome-fc03df6ce3d9866f3d9c560c7497b716d912ff56.zip |
- Add LICENSE
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-github_api/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/rubygem-github_api/Makefile b/devel/rubygem-github_api/Makefile index bc275be4d441..8cf8a9eeba89 100644 --- a/devel/rubygem-github_api/Makefile +++ b/devel/rubygem-github_api/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Wrapper that supports all of the GitHub API v3 methods +LICENSE= MIT + RUN_DEPENDS= rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable \ rubygem-faraday>=0.8.7:${PORTSDIR}/www/rubygem-faraday \ rubygem-hashie>=1.2:${PORTSDIR}/devel/rubygem-hashie \ |