Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2018 09:03:59 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469279 - head/databases/p5-DBIx-ContextualFetch
Message-ID:  <201805070903.w4793xIS049161@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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