diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-07-15 12:53:40 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-07-15 12:53:40 +0000 |
commit | 7aa540c0a76fae6f403a469eb3f637ee7d3c4f49 (patch) | |
tree | 3449d1f0ccc0256ffb50572123bafdf869c870b9 /www/p5-libwww | |
parent | a59aa5e5736db70e9d2c58265d5cda92b25c2312 (diff) | |
download | ports-7aa540c0a76fae6f403a469eb3f637ee7d3c4f49.tar.gz ports-7aa540c0a76fae6f403a469eb3f637ee7d3c4f49.zip |
Notes
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 1e048b373eec..9e872adf3ced 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -7,6 +7,7 @@ PORTNAME= p5-libwww PORTVERSION= 5.79 +PORTREVISION= 1 CATEGORIES= www perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= LWP @@ -35,7 +36,7 @@ MAN3= Bundle::LWP.3 File::Listing.3 HTML::Form.3 HTTP::Cookies.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 +.if ${PERL_LEVEL} < 500804 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 |