summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Multi/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-28 16:48:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-28 16:48:28 +0000
commit4f5f4a6c77aa59afd35525fdb85802d3df7ffc40 (patch)
treeb9df2dc966a350a1af25c1c4544ebd4a64d8a10d /databases/p5-DBD-Multi/Makefile
parentadd the missing pkg-message (diff)
- Update to 0.16
- Add LICENSE - Use TEST_DEPENDS for test-only dependencies Changes: http://search.cpan.org/dist/DBD-Multi/Changes PR: ports/168144 Submitted by: sunpoet (myself) Approved by: snowfly <snowfly@yuntech.edu.tw> (maintainer)
Notes
Notes: svn path=/head/; revision=297598
Diffstat (limited to 'databases/p5-DBD-Multi/Makefile')
-rw-r--r--databases/p5-DBD-Multi/Makefile32
1 files changed, 14 insertions, 18 deletions
diff --git a/databases/p5-DBD-Multi/Makefile b/databases/p5-DBD-Multi/Makefile
index 6f332242296a..d03c866a54c8 100644
--- a/databases/p5-DBD-Multi/Makefile
+++ b/databases/p5-DBD-Multi/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= DBD-Multi
-PORTVERSION= 0.14
-PORTREVISION= 1
+PORTVERSION= 0.16
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,22 +14,19 @@ PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Manage Multiple Data Sources with Failover and Load Balancing
-BUILD_DEPENDS= ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
- ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
- ${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple \
- ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
- ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
- ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
- ${SITE_PERL}/Sys/SigAction.pm:${PORTSDIR}/devel/p5-Sys-SigAction \
- ${SITE_PERL}/${PERL_ARCH}/Bundle/DBI.pm:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS+= ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
- ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
- ${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple \
- ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
- ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
- ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
- ${SITE_PERL}/Sys/SigAction.pm:${PORTSDIR}/devel/p5-Sys-SigAction \
- ${SITE_PERL}/${PERL_ARCH}/Bundle/DBI.pm:${PORTSDIR}/databases/p5-DBI
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Class-Accessor>=0.19:${PORTSDIR}/devel/p5-Class-Accessor \
+ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
+ p5-Sys-SigAction>=0.10:${PORTSDIR}/devel/p5-Sys-SigAction
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+TEST_DEPENDS= p5-DBD-SQLite>=1.09:${PORTSDIR}/databases/p5-DBD-SQLite \
+ p5-Pod-Simple>=0:${PORTSDIR}/textproc/p5-Pod-Simple \
+ p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \
+ p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
+ p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage
PERL_CONFIGURE= yes