svn commit: r415693 - head/devel/rubygem-jasmine-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 23 03:52:44 UTC 2016


Author: sunpoet
Date: Mon May 23 03:52:43 2016
New Revision: 415693
URL: https://svnweb.freebsd.org/changeset/ports/415693

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/devel/rubygem-jasmine-core/Makefile

Modified: head/devel/rubygem-jasmine-core/Makefile
==============================================================================
--- head/devel/rubygem-jasmine-core/Makefile	Mon May 23 03:52:38 2016	(r415692)
+++ head/devel/rubygem-jasmine-core/Makefile	Mon May 23 03:52:43 2016	(r415693)
@@ -8,6 +8,9 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Test JavaScript without any framework dependencies
 
+LICENSE=	MIT
+
+NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 


More information about the svn-ports-all mailing list