diff options
author | ache <ache@FreeBSD.org> | 1999-04-08 06:01:10 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-04-08 06:01:10 +0800 |
commit | 6edf032fd018809c730a7b590a75465fa5601484 (patch) | |
tree | 2c7ea1e1dce026f9fa971beeb492b308cd042e80 /www/p5-libwww/Makefile | |
parent | 03b84835c23fd2c06a9543d2407a5daf9c266573 (diff) | |
download | freebsd-ports-gnome-6edf032fd018809c730a7b590a75465fa5601484.tar.gz freebsd-ports-gnome-6edf032fd018809c730a7b590a75465fa5601484.tar.zst freebsd-ports-gnome-6edf032fd018809c730a7b590a75465fa5601484.zip |
upgrade to 5.42
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index f6ea743b7a24..e2f13d5ca0b4 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,21 +1,22 @@ # New ports collection makefile for: p5-libwww # http://www.linpro.no/lwp/ -# Version required: 5.36 +# Version required: 5.* # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.29 1999/02/02 02:57:08 asami Exp $ +# $Id: Makefile,v 1.30 1999/03/29 17:12:04 jfitz Exp $ # -DISTNAME= libwww-perl-5.36 -PKGNAME= p5-libwww-5.36 +DISTNAME= libwww-perl-5.42 +PKGNAME= p5-libwww-5.42 CATEGORIES= www perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= LWP MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MD5.pm:${PORTSDIR}/security/p5-MD5 \ +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser @@ -47,9 +48,6 @@ MAN3= Bundle::LWP.3 \ LWP::RobotUA.3 \ LWP::Simple.3 \ LWP::UserAgent.3 \ - URI::Escape.3 \ - URI::Heuristic.3 \ - URI::URL.3 \ WWW::RobotRules.3 \ WWW::RobotRules::AnyDBM_File.3 \ lwpcook.3 |