Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2016 11:56:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430103 - head/devel/rubygem-json
Message-ID:  <201612311156.uBVBu0Ij063208@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Parse JSON texts and generate them from ruby data structures
 
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+
 USE_RUBY=	yes
 USES=		gem
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612311156.uBVBu0Ij063208>