svn commit: r430103 - head/devel/rubygem-json

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 31 11:56:01 UTC 2016


Author: sunpoet
Date: Sat Dec 31 11:56:00 2016
New Revision: 430103
URL: https://svnweb.freebsd.org/changeset/ports/430103

Log:
  - Add LICENSE back

Modified:
  head/devel/rubygem-json/Makefile

Modified: head/devel/rubygem-json/Makefile
==============================================================================
--- head/devel/rubygem-json/Makefile	Sat Dec 31 11:55:55 2016	(r430102)
+++ head/devel/rubygem-json/Makefile	Sat Dec 31 11:56:00 2016	(r430103)
@@ -9,6 +9,9 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Parse JSON texts and generate them from ruby data structures
 
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+
 USE_RUBY=	yes
 USES=		gem
 


More information about the svn-ports-head mailing list