aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-CustomPrefetch
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-07 19:18:04 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-01-07 19:18:04 +0000
commitafb28617a2da00e5be90364fdb584ef8cf08d1e4 (patch)
tree326dd65a04798adaf6bcfcb47879d01792fd9b6c /databases/p5-DBIx-Class-CustomPrefetch
parent99a42b0dad078a4cb6732414408f6084f95df89a (diff)
downloadports-afb28617a2da00e5be90364fdb584ef8cf08d1e4.tar.gz
ports-afb28617a2da00e5be90364fdb584ef8cf08d1e4.zip
- Fix *_DEPENDS: parent is already in all supported Perl releases
- Add LICENSE [1] - Bump PORTREVISION for dependency change Approved by: portmgr (blanket) [1] With hat: perl
Notes
Notes: svn path=/head/; revision=376489
Diffstat (limited to 'databases/p5-DBIx-Class-CustomPrefetch')
-rw-r--r--databases/p5-DBIx-Class-CustomPrefetch/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/databases/p5-DBIx-Class-CustomPrefetch/Makefile b/databases/p5-DBIx-Class-CustomPrefetch/Makefile
index f5f2b1126725..20e600922188 100644
--- a/databases/p5-DBIx-Class-CustomPrefetch/Makefile
+++ b/databases/p5-DBIx-Class-CustomPrefetch/Makefile
@@ -3,7 +3,7 @@
PORTNAME= DBIx-Class-CustomPrefetch
PORTVERSION= 0.09
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,13 +11,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= anes@anes.su
COMMENT= Custom prefetches for DBIx::Class
-BUILD_DEPENDS= p5-parent>=0:${PORTSDIR}/devel/p5-parent \
- p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load \
p5-DBIx-Class-VirtualColumns>=0:${PORTSDIR}/databases/p5-DBIx-Class-VirtualColumns \
p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name \
p5-DBIx-Class>=0.081:${PORTSDIR}/databases/p5-DBIx-Class
-RUN_DEPENDS= p5-parent>=0:${PORTSDIR}/devel/p5-parent \
- p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load \
+RUN_DEPENDS= p5-Module-Load>=0:${PORTSDIR}/devel/p5-Module-Load \
p5-DBIx-Class-VirtualColumns>=0:${PORTSDIR}/databases/p5-DBIx-Class-VirtualColumns \
p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name \
p5-DBIx-Class>=0.081:${PORTSDIR}/databases/p5-DBIx-Class