diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-21 21:26:12 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-21 21:26:12 +0000 |
| commit | 028624c102038f01fd6573ebb05c2971b80c9147 (patch) | |
| tree | 87d772a6b9606fa958dec461f97bcf6a1cd1e8cd /security | |
| parent | - Add LICENSE (diff) | |
- Add LICENSE
- Sort RUN_DEPENDS
- Remove contiguous blank lines
Diffstat (limited to 'security')
| -rw-r--r-- | security/rubygem-omniauth/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/rubygem-omniauth/Makefile b/security/rubygem-omniauth/Makefile index 28dd75f4f72c..eddda3803d20 100644 --- a/security/rubygem-omniauth/Makefile +++ b/security/rubygem-omniauth/Makefile @@ -8,12 +8,13 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Generalized Rack framework for multiple-provider authentication -RUN_DEPENDS= rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack \ - rubygem-hashie>=1.2:${PORTSDIR}/devel/rubygem-hashie +LICENSE= MIT + +RUN_DEPENDS= rubygem-hashie>=1.2:${PORTSDIR}/devel/rubygem-hashie \ + rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include <bsd.port.mk> |
