summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/rubygem-omniauth/Makefile7
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>