aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-POE-Component-DBIAgent
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2010-01-29 12:56:59 +0800
committerkuriyama <kuriyama@FreeBSD.org>2010-01-29 12:56:59 +0800
commitf02ec2a46a1f4a280341bf2659bcec89a8d22e2f (patch)
tree6e5fbd48b3fa38964f29ea1f25749b876bf338b5 /databases/p5-POE-Component-DBIAgent
parent906b79f4152e43f22c5fd6d37abccde0dc73ae24 (diff)
downloadfreebsd-ports-graphics-f02ec2a46a1f4a280341bf2659bcec89a8d22e2f.tar.gz
freebsd-ports-graphics-f02ec2a46a1f4a280341bf2659bcec89a8d22e2f.tar.zst
freebsd-ports-graphics-f02ec2a46a1f4a280341bf2659bcec89a8d22e2f.zip
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 17). Approved by: portmgr (itetcu)
Diffstat (limited to 'databases/p5-POE-Component-DBIAgent')
-rw-r--r--databases/p5-POE-Component-DBIAgent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-POE-Component-DBIAgent/Makefile b/databases/p5-POE-Component-DBIAgent/Makefile
index 5097ac0aafb..018c35715d5 100644
--- a/databases/p5-POE-Component-DBIAgent/Makefile
+++ b/databases/p5-POE-Component-DBIAgent/Makefile
@@ -7,6 +7,7 @@
PORTNAME= POE-Component-DBIAgent
PORTVERSION= 0.26
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,7 +16,6 @@ MAINTAINER= skv@FreeBSD.org
COMMENT= POE Component for running asynchronous DBI calls
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
- ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}