diff options
author | skv <skv@FreeBSD.org> | 2002-07-05 20:59:36 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-07-05 20:59:36 +0800 |
commit | 5e2a300202cbf22a66afd8249cb03c47e70109c2 (patch) | |
tree | de711f329715fdbaeaf9d955d2f03e5ba4669004 /devel/p5-POE-Component-DBIAgent/Makefile | |
parent | cc39b95c02e6516854a3edd5a3fca393c69fc394 (diff) | |
download | freebsd-ports-gnome-5e2a300202cbf22a66afd8249cb03c47e70109c2.tar.gz freebsd-ports-gnome-5e2a300202cbf22a66afd8249cb03c47e70109c2.tar.zst freebsd-ports-gnome-5e2a300202cbf22a66afd8249cb03c47e70109c2.zip |
Updated to 0.12
Diffstat (limited to 'devel/p5-POE-Component-DBIAgent/Makefile')
-rw-r--r-- | devel/p5-POE-Component-DBIAgent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-POE-Component-DBIAgent/Makefile b/devel/p5-POE-Component-DBIAgent/Makefile index 46412a7f8386..fa56220e5a4a 100644 --- a/devel/p5-POE-Component-DBIAgent/Makefile +++ b/devel/p5-POE-Component-DBIAgent/Makefile @@ -6,13 +6,13 @@ # PORTNAME= POE-Component-DBIAgent -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= devel perl5 databases MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ |