diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-16 18:37:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-16 18:37:13 +0800 |
commit | 32adfed94d946f9607574d62b968513e0d6faff1 (patch) | |
tree | 1ed3c8c24134eacba4e6f65d95280100695b6c85 /databases/p5-POE-Component-EasyDBI | |
parent | 7946a87239097f4aa75ecb533cbd2862b7c78338 (diff) | |
download | freebsd-ports-graphics-32adfed94d946f9607574d62b968513e0d6faff1.tar.gz freebsd-ports-graphics-32adfed94d946f9607574d62b968513e0d6faff1.tar.zst freebsd-ports-graphics-32adfed94d946f9607574d62b968513e0d6faff1.zip |
- Update to 1.24
- Add LICENSE
- Use CPAN as WWW
Changes: http://search.cpan.org/dist/POE-Component-EasyDBI/Changes
Diffstat (limited to 'databases/p5-POE-Component-EasyDBI')
-rw-r--r-- | databases/p5-POE-Component-EasyDBI/Makefile | 12 | ||||
-rw-r--r-- | databases/p5-POE-Component-EasyDBI/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-POE-Component-EasyDBI/pkg-descr | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/databases/p5-POE-Component-EasyDBI/Makefile b/databases/p5-POE-Component-EasyDBI/Makefile index 2c88d37c8ce..ca5415064cb 100644 --- a/databases/p5-POE-Component-EasyDBI/Makefile +++ b/databases/p5-POE-Component-EasyDBI/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-EasyDBI -PORTVERSION= 1.23 -PORTREVISION= 1 +PORTVERSION= 1.24 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE Component for simplified DBI usage -RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-Error>=0:${PORTSDIR}/lang/p5-Error \ + p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/databases/p5-POE-Component-EasyDBI/distinfo b/databases/p5-POE-Component-EasyDBI/distinfo index 634f130f712..4975b4accc9 100644 --- a/databases/p5-POE-Component-EasyDBI/distinfo +++ b/databases/p5-POE-Component-EasyDBI/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Component-EasyDBI-1.23.tar.gz) = cfe4067c971e8ee7c5d24338e9031d1ec9e070b570c34d006bf6e0484f3eff6e -SIZE (POE-Component-EasyDBI-1.23.tar.gz) = 36177 +SHA256 (POE-Component-EasyDBI-1.24.tar.gz) = 7c0516f611052bee703905d27678ed8bdb05a77856c0213aff7b3b905fed41f7 +SIZE (POE-Component-EasyDBI-1.24.tar.gz) = 37028 diff --git a/databases/p5-POE-Component-EasyDBI/pkg-descr b/databases/p5-POE-Component-EasyDBI/pkg-descr index 43ff8916ca9..39da1539461 100644 --- a/databases/p5-POE-Component-EasyDBI/pkg-descr +++ b/databases/p5-POE-Component-EasyDBI/pkg-descr @@ -1,3 +1,3 @@ Simplified use of DBI in the POE environment. -WWW: http://teknikill.net/?POE::Component::EasyDBI +WWW: http://search.cpan.org/dist/POE-Component-EasyDBI/ |