diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-04-02 14:43:30 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-04-02 14:43:30 +0000 |
commit | d97b19daf5f7b25494729c1d54ff1df02a53d790 (patch) | |
tree | 66b170c7ab5b74c64bc2d0347162dcc3d2e8bf11 /www/p5-libwww | |
parent | 535faa87f29d4b4da811d267caa37ef1d9247770 (diff) | |
download | FreeBSD-ports-d97b19daf5f7b25494729c1d54ff1df02a53d790.zip FreeBSD-ports-d97b19daf5f7b25494729c1d54ff1df02a53d790.tar.gz |
Change depends to p5-MD5 now. p5-Digest-MD5 split to a lot of module,
and have no function that p5-libwww use.
Diffstat (limited to 'www/p5-libwww')
-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 5d1202c..6161fdb 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 \ |