svn commit: r375583 - head/net/rubygem-oauth

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 25 17:08:34 UTC 2014


Author: sunpoet
Date: Thu Dec 25 17:08:33 2014
New Revision: 375583
URL: https://svnweb.freebsd.org/changeset/ports/375583
QAT: https://qat.redports.org/buildarchive/r375583/

Log:
  - Add LICENSE

Modified:
  head/net/rubygem-oauth/Makefile

Modified: head/net/rubygem-oauth/Makefile
==============================================================================
--- head/net/rubygem-oauth/Makefile	Thu Dec 25 17:08:28 2014	(r375582)
+++ head/net/rubygem-oauth/Makefile	Thu Dec 25 17:08:33 2014	(r375583)
@@ -9,9 +9,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Rubygem for Creating both OAuth Consumers and Service Providers
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
-PLIST_FILES=		bin/oauth
+
+PLIST_FILES=	bin/oauth
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list