svn commit: r443805 - head/databases/p5-DBIx-SearchBuilder

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 18 05:51:26 UTC 2017


Author: sunpoet
Date: Sun Jun 18 05:51:24 2017
New Revision: 443805
URL: https://svnweb.freebsd.org/changeset/ports/443805

Log:
  Remove Perl core modules
  
  - While I'm here:
    - Add LICENSE
    - Add NO_ARCH
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

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

Modified: head/databases/p5-DBIx-SearchBuilder/Makefile
==============================================================================
--- head/databases/p5-DBIx-SearchBuilder/Makefile	Sun Jun 18 05:51:19 2017	(r443804)
+++ head/databases/p5-DBIx-SearchBuilder/Makefile	Sun Jun 18 05:51:24 2017	(r443805)
@@ -3,7 +3,7 @@
 
 PORTNAME=	DBIx-SearchBuilder
 PORTVERSION=	1.66
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	michelle at sorbs.net
 COMMENT=	Perl extension for easy SQL SELECT Statement generation
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Class-ReturnValue>=0:devel/p5-Class-ReturnValue \
 		p5-Cache-Simple-TimedExpiry>=0:devel/p5-Cache-Simple-TimedExpiry \
 		p5-Want>=0:devel/p5-Want \
@@ -18,11 +21,11 @@ BUILD_DEPENDS=	p5-Class-ReturnValue>=0:devel/p5-Class-
 		p5-DBI>=0:databases/p5-DBI \
 		p5-DBIx-DBSchema>=0:databases/p5-DBIx-DBSchema \
 		p5-Class-Accessor>=0:devel/p5-Class-Accessor \
-		p5-Clone>=0:devel/p5-Clone \
-		p5-Encode>=0:converters/p5-Encode
+		p5-Clone>=0:devel/p5-Clone
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list