summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-CBC/Makefile
diff options
context:
space:
mode:
authormjl <mjl>2001-10-02 11:52:53 +0000
committermjl <mjl>2001-10-02 11:52:53 +0000
commit9c4701fe367100d638dc7b40296b4902bbc19b95 (patch)
treeb0152de8bffca13457322f4955eab158a7d2f11c /security/p5-Crypt-CBC/Makefile
parent495c9c4d7efab787639d2ee33e2371eaeb113121 (diff)
downloadpkgsrc-9c4701fe367100d638dc7b40296b4902bbc19b95.tar.gz
Fix dep on MD5 by substituting Digest::MD5 and appropriate changes.
Part of PR/14127 by Sen Nagata.
Diffstat (limited to 'security/p5-Crypt-CBC/Makefile')
-rw-r--r--security/p5-Crypt-CBC/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile
index a89f2096597..01cff06f4ed 100644
--- a/security/p5-Crypt-CBC/Makefile
+++ b/security/p5-Crypt-CBC/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/17 17:49:58 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/10/02 11:52:53 mjl Exp $
# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp
#
@@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= packages@netbsd.org
COMMENT= perl5 cipher block chaining mode for various crypto algorithms
-DEPENDS+= p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5
+DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/CBC/.packlist