- Update to 1.24
- Add LICENSE - Use CPAN as WWW Changes: http://search.cpan.org/dist/POE-Component-EasyDBI/Changes
This commit is contained in:
parent
b92f344f04
commit
cc3b1fb854
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344515
3 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue