Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2017 05:51:24 +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: r443805 - head/databases/p5-DBIx-SearchBuilder
Message-ID:  <201706180551.v5I5pO9E071644@repo.freebsd.org>

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



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