diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-04-20 21:26:49 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-04-20 21:26:49 +0000 |
commit | b9c36ee9039b91bc26680493bf4ce474a5d7b5eb (patch) | |
tree | 0eeccad7e3f3ae71747d8800d13ff2283bae82ff /www/p5-libwww | |
parent | f73e2b070c804d20ed1b1667ecf870554e6c1b33 (diff) | |
download | FreeBSD-ports-b9c36ee9039b91bc26680493bf4ce474a5d7b5eb.zip FreeBSD-ports-b9c36ee9039b91bc26680493bf4ce474a5d7b5eb.tar.gz |
Mass update of perl5 ports (most bring the port up-to-date with the latest release from CPAN)
Specifics: p5-Net fixed for IS_INTERACTIVE
p5-libwww fixed for IS_INTERACTIVE
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/Makefile | 10 | ||||
-rw-r--r-- | www/p5-libwww/distinfo | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 3c9b80a..16e2692 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-libwww -# Version required: 5.07 +# Version required: 5.08 # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.6 1997/04/09 12:00:41 jfitz Exp $ +# $Id: Makefile,v 1.7 1997/04/20 13:53:23 wosch Exp $ # -DISTNAME= libwww-perl-5.07 -PKGNAME= p5-libwww-5.07 +DISTNAME= libwww-perl-5.08 +PKGNAME= p5-libwww-5.08 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= URI @@ -19,8 +19,6 @@ BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/site_perl/Net/FTP.pm:${PORTSDIR}/net/p5-Net RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -IS_INTERACTIVE= YES - MAN1= lwp-mirror.1 lwp-request.1 lwp-rget.1 lwp-download.1 MAN3= File::CounterFile.3 File::Listing.3 Font::AFM.3 \ HTML::AsSubs.3 HTML::Element.3 HTML::Entities.3 \ diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index 397ec3d..53e03f2 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1 +1 @@ -MD5 (libwww-perl-5.07.tar.gz) = b239eb5f5f259f436b4bcc92595029d2 +MD5 (libwww-perl-5.08.tar.gz) = 1b4553e61c5e7b34a5c677d26bf2c961 |