diff options
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 6dd27a6..e05ac06 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 \ |