svn commit: r469279 - head/databases/p5-DBIx-ContextualFetch

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 7 09:04:00 UTC 2018


Author: amdmi3
Date: Mon May  7 09:03:59 2018
New Revision: 469279
URL: https://svnweb.freebsd.org/changeset/ports/469279

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

Modified:
  head/databases/p5-DBIx-ContextualFetch/Makefile

Modified: head/databases/p5-DBIx-ContextualFetch/Makefile
==============================================================================
--- head/databases/p5-DBIx-ContextualFetch/Makefile	Mon May  7 08:56:24 2018	(r469278)
+++ head/databases/p5-DBIx-ContextualFetch/Makefile	Mon May  7 09:03:59 2018	(r469279)
@@ -11,11 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Add contextual fetches to DBI
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	p5-DBI>=0:databases/p5-DBI
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list