Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2018 15:12:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463217 - head/databases/p5-DBIx-Recordset
Message-ID:  <201802281512.w1SFCX24070535@repo.freebsd.org>

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



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