aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-SearchBuilder/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-18 05:51:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-18 05:51:24 +0000
commit61f022558a2c3cb3504bdcd2bd3122185da5bbfe (patch)
treed9a58c306fd86de85d5d19b4e342dc518fc4e551 /databases/p5-DBIx-SearchBuilder/Makefile
parent30e79e225a98de6b8d9d97a49e18bbe2f36ea549 (diff)
downloadports-61f022558a2c3cb3504bdcd2bd3122185da5bbfe.tar.gz
ports-61f022558a2c3cb3504bdcd2bd3122185da5bbfe.zip
Remove Perl core modules
- While I'm here: - Add LICENSE - Add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl
Notes
Notes: svn path=/head/; revision=443805
Diffstat (limited to 'databases/p5-DBIx-SearchBuilder/Makefile')
-rw-r--r--databases/p5-DBIx-SearchBuilder/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/p5-DBIx-SearchBuilder/Makefile b/databases/p5-DBIx-SearchBuilder/Makefile
index fce22ff3550d..6ded54d6c76c 100644
--- a/databases/p5-DBIx-SearchBuilder/Makefile
+++ b/databases/p5-DBIx-SearchBuilder/Makefile
@@ -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-ReturnValue \
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