svn commit: r386976 - head/security/rubygem-omniauth
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu May 21 21:26:13 UTC 2015
Author: sunpoet
Date: Thu May 21 21:26:12 2015
New Revision: 386976
URL: https://svnweb.freebsd.org/changeset/ports/386976
Log:
- Add LICENSE
- Sort RUN_DEPENDS
- Remove contiguous blank lines
Modified:
head/security/rubygem-omniauth/Makefile
Modified: head/security/rubygem-omniauth/Makefile
==============================================================================
--- head/security/rubygem-omniauth/Makefile Thu May 21 21:26:07 2015 (r386975)
+++ head/security/rubygem-omniauth/Makefile Thu May 21 21:26:12 2015 (r386976)
@@ -8,12 +8,13 @@ MASTER_SITES= RG
MAINTAINER= ruby at 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>
More information about the svn-ports-head
mailing list