diff options
author | ache <ache@FreeBSD.org> | 1997-11-22 21:01:58 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-11-22 21:01:58 +0800 |
commit | 62f319c34d5660a8fc9ae8c682b03d0b7909b513 (patch) | |
tree | 8d449df6ab4e6507dc9b636e90152132ed028bde /www/p5-libwww/Makefile | |
parent | 535f3491e3b5946cc4597d3adf4c3f0444265d89 (diff) | |
download | freebsd-ports-gnome-62f319c34d5660a8fc9ae8c682b03d0b7909b513.tar.gz freebsd-ports-gnome-62f319c34d5660a8fc9ae8c682b03d0b7909b513.tar.zst freebsd-ports-gnome-62f319c34d5660a8fc9ae8c682b03d0b7909b513.zip |
Upgrade to 5.16
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 73 |
1 files changed, 54 insertions, 19 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index b10c62e1c945..6dd27a6989a3 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: p5-libwww -# Version required: 5.12 +# http://www.sn.no/libwww-perl/ +# Version required: 5.16 # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.11 1997/06/24 18:43:34 jfitz Exp $ +# $Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp $ # -DISTNAME= libwww-perl-5.12 -PKGNAME= p5-libwww-5.12 -CATEGORIES= www perl5 +DISTNAME= libwww-perl-5.16 +PKGNAME= p5-libwww-5.16 +CATEGORIES= www perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= URI @@ -20,21 +21,55 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/MD5.pm:${PORTSDIR}/security/p5-MD5 USE_PERL5= YES -MAN1= lwp-mirror.1 lwp-request.1 lwp-rget.1 lwp-download.1 -MAN3= Bundle::LWP.3 File::CounterFile.3 File::Listing.3 Font::AFM.3 \ - HTML::AsSubs.3 HTML::Element.3 HTML::Entities.3 \ - HTML::FormatPS.3 HTML::FormatText.3 HTML::Formatter.3 \ - HTML::HeadParser.3 HTML::LinkExtor.3 HTML::Parse.3 \ - HTML::Parser.3 HTML::TreeBuilder.3 HTTP::Daemon.3 \ - HTTP::Date.3 HTTP::Headers.3 HTTP::Message.3 HTTP::Negotiate.3 \ - HTTP::Request.3 HTTP::Request::Common.3 HTTP::Response.3 \ - HTTP::Status.3 LWP.3 \ - LWP::Debug.3 LWP::IO.3 LWP::MediaTypes.3 \ - LWP::MemberMixin.3 LWP::Protocol.3 LWP::RobotUA.3 \ - LWP::Simple.3 LWP::Socket.3 LWP::TkIO.3 LWP::UserAgent.3 \ +MAN1= lwp-download.1 \ + lwp-mirror.1 \ + lwp-request.1 \ + lwp-rget.1 +MAN3= File::CounterFile.3 \ + HTML::FormatPS.3 \ + HTTP::Request::Common.3 \ + HTML::Parser.3 \ + HTML::FormatText.3 \ LWP::SecureSocket.3 \ - URI::Escape.3 URI::URL.3 WWW::RobotRules.3 \ - WWW::RobotRules::AnyDBM_File.3 lwpcook.3 + LWP::Protocol.3 \ + HTML::AsSubs.3 \ + HTTP::Headers::Util.3 \ + HTTP::Request.3 \ + LWP::IO.3 \ + LWP::RobotUA.3 \ + HTTP::Response.3 \ + HTML::HeadParser.3 \ + HTTP::Daemon.3 \ + HTML::LinkExtor.3 \ + WWW::RobotRules.3 \ + URI::URL.3 \ + File::Listing.3 \ + LWP::Debug.3 \ + URI::Heuristic.3 \ + HTTP::Negotiate.3 \ + URI::Escape.3 \ + LWP::UserAgent.3 \ + HTTP::Status.3 \ + LWP.3 \ + HTTP::Message.3 \ + LWP::MediaTypes.3 \ + HTML::Formatter.3 \ + LWP::TkIO.3 \ + Font::AFM.3 \ + HTML::TreeBuilder.3 \ + HTTP::Cookies.3 \ + Bundle::LWP.3 \ + LWP::MemberMixin.3 \ + lwpcook.3 \ + HTML::Parse.3 \ + HTML::Entities.3 \ + LWP::Socket.3 \ + HTTP::Headers.3 \ + LWP::Simple.3 \ + HTTP::Date.3 \ + WWW::RobotRules::AnyDBM_File.3 \ + HTML::Element.3 + MAN3PREFIX= ${PREFIX}/lib/perl5 do-configure: |