svn commit: r402114 - head/converters/p5-JSON

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 21 02:09:20 UTC 2015


Author: sunpoet
Date: Sat Nov 21 02:09:18 2015
New Revision: 402114
URL: https://svnweb.freebsd.org/changeset/ports/402114

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr (blanket)

Modified:
  head/converters/p5-JSON/Makefile

Modified: head/converters/p5-JSON/Makefile
==============================================================================
--- head/converters/p5-JSON/Makefile	Sat Nov 21 02:09:14 2015	(r402113)
+++ head/converters/p5-JSON/Makefile	Sat Nov 21 02:09:18 2015	(r402114)
@@ -10,7 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension to convert to JSON (JavaScript Object Notation)
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 CONFLICTS=	p5-JSON-1.* p5-JSON1-*
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list