aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTTP-Async
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2009-12-25 23:54:39 +0800
committerkuriyama <kuriyama@FreeBSD.org>2009-12-25 23:54:39 +0800
commit8df0e60ba576664082f0dff5c6b0c8546bc18500 (patch)
treea001b636289327d8b439d27b5d18245624fd98ca /www/p5-HTTP-Async
parent35a61d59c8b55b315c27cb6d7b27e1c2fae9bda4 (diff)
downloadfreebsd-ports-gnome-8df0e60ba576664082f0dff5c6b0c8546bc18500.tar.gz
freebsd-ports-gnome-8df0e60ba576664082f0dff5c6b0c8546bc18500.tar.zst
freebsd-ports-gnome-8df0e60ba576664082f0dff5c6b0c8546bc18500.zip
- Remove test-only and included-in-perl-5.8 dependencies.
Diffstat (limited to 'www/p5-HTTP-Async')
-rw-r--r--www/p5-HTTP-Async/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-HTTP-Async/Makefile b/www/p5-HTTP-Async/Makefile
index 949d60a28401..6f4333701249 100644
--- a/www/p5-HTTP-Async/Makefile
+++ b/www/p5-HTTP-Async/Makefile
@@ -7,6 +7,7 @@
PORTNAME= HTTP-Async
PORTVERSION= 0.09
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,8 +17,7 @@ COMMENT= Process multiple HTTP requests in parallel without blocking
BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
- p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
- p5-Test-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-Test-HTTP-Server-Simple
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= HTTP::Async.3 HTTP::Async::Polite.3