diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-16 10:37:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-16 10:37:13 +0000 |
commit | cc3b1fb8549a9648f35dea921f8e0d18b897c76c (patch) | |
tree | 1ed3c8c24134eacba4e6f65d95280100695b6c85 /databases/p5-POE-Component-EasyDBI | |
parent | b92f344f04a5df8c8ba459c4507dc0e42dc051d5 (diff) |
Notes
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 2c88d37c8ceb..ca5415064cb6 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 634f130f7127..4975b4accc95 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 43ff8916ca9a..39da15394613 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/ |