svn commit: r389394 - head/devel/rubygem-semi_semantic

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


Author: sunpoet
Date: Sat Jun 13 13:54:15 2015
New Revision: 389394
URL: https://svnweb.freebsd.org/changeset/ports/389394

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/devel/rubygem-semi_semantic/Makefile

Modified: head/devel/rubygem-semi_semantic/Makefile
==============================================================================
--- head/devel/rubygem-semi_semantic/Makefile	Sat Jun 13 13:54:10 2015	(r389393)
+++ head/devel/rubygem-semi_semantic/Makefile	Sat Jun 13 13:54:15 2015	(r389394)
@@ -8,8 +8,11 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Library for parsing/formatting/comparing semi-semantic versions
 
+LICENSE=	APACHE20
+
+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