svn commit: r463217 - head/databases/p5-DBIx-Recordset

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 28 15:12:34 UTC 2018


Author: sunpoet
Date: Wed Feb 28 15:12:33 2018
New Revision: 463217
URL: https://svnweb.freebsd.org/changeset/ports/463217

Log:
  Add LICENSE
  
  - Add NO_ARCH

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

Modified: head/databases/p5-DBIx-Recordset/Makefile
==============================================================================
--- head/databases/p5-DBIx-Recordset/Makefile	Wed Feb 28 15:12:28 2018	(r463216)
+++ head/databases/p5-DBIx-Recordset/Makefile	Wed Feb 28 15:12:33 2018	(r463217)
@@ -11,9 +11,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl module for abstraction and simplification of database access
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-DBI>=0:databases/p5-DBI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-head mailing list