diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-12-25 23:54:39 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-12-25 23:54:39 +0800 |
commit | 8df0e60ba576664082f0dff5c6b0c8546bc18500 (patch) | |
tree | a001b636289327d8b439d27b5d18245624fd98ca /www | |
parent | 35a61d59c8b55b315c27cb6d7b27e1c2fae9bda4 (diff) | |
download | freebsd-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')
-rw-r--r-- | www/p5-Catalyst-Enzyme/Makefile | 3 | ||||
-rw-r--r-- | www/p5-HTTP-Async/Makefile | 4 | ||||
-rw-r--r-- | www/p5-WWW-VenusEnvy/Makefile | 5 |
3 files changed, 5 insertions, 7 deletions
diff --git a/www/p5-Catalyst-Enzyme/Makefile b/www/p5-Catalyst-Enzyme/Makefile index cb5a13732ac5..b40964ae4d0c 100644 --- a/www/p5-Catalyst-Enzyme/Makefile +++ b/www/p5-Catalyst-Enzyme/Makefile @@ -7,6 +7,7 @@ PORTNAME= Catalyst-Enzyme PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -31,9 +32,7 @@ BUILD_DEPENDS= \ p5-DBI-Shell>=0:${PORTSDIR}/databases/p5-DBI-Shell \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ - p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} 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 diff --git a/www/p5-WWW-VenusEnvy/Makefile b/www/p5-WWW-VenusEnvy/Makefile index 8572223996dc..b0cabeed6dda 100644 --- a/www/p5-WWW-VenusEnvy/Makefile +++ b/www/p5-WWW-VenusEnvy/Makefile @@ -8,6 +8,7 @@ PORTNAME= WWW-VenusEnvy PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= VenusEnvy comic strip archive and retrieval module -RUN_DEPENDS= p5-Test-Pod>=1.24:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ - p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes |