Use Digest::MD5 instead of the deprecated MD5 module.

This commit is contained in:
Rajesh Vaidheeswarran 2001-04-24 13:57:31 +00:00
parent da33e580ee
commit 7490edb32b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41859

View file

@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= rv@gnu.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${ARCH}-freebsd/MD5.pm:${PORTSDIR}/security/p5-MD5
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${ARCH}-freebsd/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
USE_PERL5= yes
NO_BUILD= yes