diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-02 14:43:30 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-02 14:43:30 +0000 |
commit | f168d3b2c9e6d1332f378edbc45fb9a66e8f4be8 (patch) | |
tree | 7910210b090e2db8bd1a7a12cc1e70b6b77b8c26 | |
parent | Upgrade to 5.52. (diff) |
Change depends to p5-MD5 now. p5-Digest-MD5 split to a lot of module,
and have no function that p5-libwww use.
Notes
Notes:
svn path=/head/; revision=40758
Diffstat (limited to '')
-rw-r--r-- | www/p5-libwww/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 5d1202cf6e0e..6161fdb4e3c8 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -7,6 +7,7 @@ PORTNAME= p5-libwww PORTVERSION= 5.52 +PORTREVISION= 1 CATEGORIES= www perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= LWP @@ -14,7 +15,7 @@ DISTNAME= libwww-perl-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MD5.pm:${PORTSDIR}/security/p5-MD5 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ |