svn commit: r389389 - head/devel/rubygem-cf-uaa-lib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 13:53:51 UTC 2015


Author: sunpoet
Date: Sat Jun 13 13:53:50 2015
New Revision: 389389
URL: https://svnweb.freebsd.org/changeset/ports/389389

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/devel/rubygem-cf-uaa-lib/Makefile

Modified: head/devel/rubygem-cf-uaa-lib/Makefile
==============================================================================
--- head/devel/rubygem-cf-uaa-lib/Makefile	Sat Jun 13 13:53:46 2015	(r389388)
+++ head/devel/rubygem-cf-uaa-lib/Makefile	Sat Jun 13 13:53:50 2015	(r389389)
@@ -8,10 +8,13 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Client library for CloudFoundry UAA
 
+LICENSE=	APACHE20
+
 RUN_DEPENDS=	rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list