diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-29 00:48:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-29 00:48:28 +0800 |
commit | e6f515d1ace05060e2bea98d0dbd23e6549bf367 (patch) | |
tree | 3001668b9a240878146898e9049652e219c5663f /databases/p5-DBD-Multi | |
parent | a14a22bf72039a7e5da9e30690ec6f62f6c147f5 (diff) | |
download | freebsd-ports-gnome-e6f515d1ace05060e2bea98d0dbd23e6549bf367.tar.gz freebsd-ports-gnome-e6f515d1ace05060e2bea98d0dbd23e6549bf367.tar.zst freebsd-ports-gnome-e6f515d1ace05060e2bea98d0dbd23e6549bf367.zip |
- 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)
Diffstat (limited to 'databases/p5-DBD-Multi')
-rw-r--r-- | databases/p5-DBD-Multi/Makefile | 32 | ||||
-rw-r--r-- | databases/p5-DBD-Multi/distinfo | 4 |
2 files changed, 16 insertions, 20 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 diff --git a/databases/p5-DBD-Multi/distinfo b/databases/p5-DBD-Multi/distinfo index 3c17149ad8fc..93195b7c9946 100644 --- a/databases/p5-DBD-Multi/distinfo +++ b/databases/p5-DBD-Multi/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBD-Multi-0.14.tar.gz) = e80de075b24b7d28e1f72690fb92d822419bed8f8398d83166e998dedb5e86a5 -SIZE (DBD-Multi-0.14.tar.gz) = 19656 +SHA256 (DBD-Multi-0.16.tar.gz) = 2a219999669c37bbb2b04ef6f9257dd156d0cbab12b122be8de1a4f6911315b2 +SIZE (DBD-Multi-0.16.tar.gz) = 19971 |