aboutsummaryrefslogtreecommitdiff
path: root/www/p5-POE-Component-Server-SimpleHTTP
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-25 14:00:25 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-25 14:00:25 +0000
commit8bfc0026c6a57e3a2c0074f3cc9f32cead487821 (patch)
tree8defd68f60601a30113b846ef14f62eac0d466c5 /www/p5-POE-Component-Server-SimpleHTTP
parent10aac448c3afbd8eae12dc62d81e98f088632e8e (diff)
downloadports-8bfc0026c6a57e3a2c0074f3cc9f32cead487821.tar.gz
ports-8bfc0026c6a57e3a2c0074f3cc9f32cead487821.zip
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 5). Approved by: portmgr (itetcu)
Notes
Notes: svn path=/head/; revision=248550
Diffstat (limited to 'www/p5-POE-Component-Server-SimpleHTTP')
-rw-r--r--www/p5-POE-Component-Server-SimpleHTTP/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-POE-Component-Server-SimpleHTTP/Makefile b/www/p5-POE-Component-Server-SimpleHTTP/Makefile
index de344b7c2954..b82eb095d034 100644
--- a/www/p5-POE-Component-Server-SimpleHTTP/Makefile
+++ b/www/p5-POE-Component-Server-SimpleHTTP/Makefile
@@ -7,6 +7,7 @@
PORTNAME= POE-Component-Server-SimpleHTTP
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,7 +19,6 @@ RUN_DEPENDS= p5-Moose>=0.81:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-AttributeHelpers>0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
p5-MooseX-POE>=0.205:${PORTSDIR}/devel/p5-MooseX-POE \
p5-POE>=1.0000:${PORTSDIR}/devel/p5-POE \
- p5-Storable>0:${PORTSDIR}/devel/p5-Storable \
p5-libwww>0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}