diff options
author | ache <ache@FreeBSD.org> | 1998-01-25 07:15:24 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-01-25 07:15:24 +0800 |
commit | 03fa468ef36f04eab4a75e1d7c4786b2596e0ca7 (patch) | |
tree | c4bb82c2a45c92d35242943cb98d03ef2ea4147a /www/p5-libwww/Makefile | |
parent | ee2c46312eb213811d06e3c77635facd7d696e7c (diff) | |
download | freebsd-ports-gnome-03fa468ef36f04eab4a75e1d7c4786b2596e0ca7.tar.gz freebsd-ports-gnome-03fa468ef36f04eab4a75e1d7c4786b2596e0ca7.tar.zst freebsd-ports-gnome-03fa468ef36f04eab4a75e1d7c4786b2596e0ca7.zip |
Upgrade to 5.18
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 6dd27a6989a3..e05ac0657fca 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: p5-libwww # http://www.sn.no/libwww-perl/ -# Version required: 5.16 +# Version required: 5.18 # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp $ +# $Id: Makefile,v 1.13 1997/11/22 13:01:37 ache Exp $ # -DISTNAME= libwww-perl-5.16 -PKGNAME= p5-libwww-5.16 +DISTNAME= libwww-perl-5.18 +PKGNAME= p5-libwww-5.18 CATEGORIES= www perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= URI @@ -45,6 +45,7 @@ MAN3= File::CounterFile.3 \ URI::URL.3 \ File::Listing.3 \ LWP::Debug.3 \ + HTML::Filter.3 \ URI::Heuristic.3 \ HTTP::Negotiate.3 \ URI::Escape.3 \ @@ -62,8 +63,8 @@ MAN3= File::CounterFile.3 \ LWP::MemberMixin.3 \ lwpcook.3 \ HTML::Parse.3 \ - HTML::Entities.3 \ LWP::Socket.3 \ + HTML::Entities.3 \ HTTP::Headers.3 \ LWP::Simple.3 \ HTTP::Date.3 \ |