svn commit: r397142 - head/databases/p5-CouchDB-View

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 17 17:10:09 UTC 2015


Author: sunpoet
Date: Thu Sep 17 17:10:08 2015
New Revision: 397142
URL: https://svnweb.freebsd.org/changeset/ports/397142

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/databases/p5-CouchDB-View/Makefile

Modified: head/databases/p5-CouchDB-View/Makefile
==============================================================================
--- head/databases/p5-CouchDB-View/Makefile	Thu Sep 17 17:10:03 2015	(r397141)
+++ head/databases/p5-CouchDB-View/Makefile	Thu Sep 17 17:10:08 2015	(r397142)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Handle and create CouchDB views in Perl
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Data-Dump-Streamer>=0:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
 		p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
 		p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \
@@ -18,6 +21,7 @@ BUILD_DEPENDS=	p5-Data-Dump-Streamer>=0:
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 


More information about the svn-ports-all mailing list