Index: head/security/rubygem-omniauth/Makefile =================================================================== --- head/security/rubygem-omniauth/Makefile (revision 386975) +++ head/security/rubygem-omniauth/Makefile (revision 386976) @@ -1,19 +1,20 @@ # $FreeBSD$ PORTNAME= omniauth PORTVERSION= 1.2.2 CATEGORIES= security rubygems 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