Recent version of p5-libwww depends on Digest::MD5 instead of MD5.
This commit is contained in:
parent
4709b8feba
commit
5be65dc29d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51370
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= p5-libwww
|
||||
PORTVERSION= 5.53
|
||||
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= petef@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5 \
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-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 \
|
||||
|
|
Loading…
Reference in a new issue