diff options
Diffstat (limited to 'security/p5-Crypt-CBC/Makefile')
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index ca30ecabb31..5f27c990b37 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2020/08/31 18:11:11 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2021/04/27 10:51:00 wiz Exp $ -DISTNAME= Crypt-CBC-2.33 +DISTNAME= Crypt-CBC-3.03 PKGNAME= p5-${DISTNAME} -PKGREVISION= 8 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} @@ -10,8 +9,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://metacpan.org/release/Crypt-CBC COMMENT= Perl5 cipher block chaining mode for various crypto algorithms -BUILD_DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael -#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.0}:../../security/p5-Digest-MD5 +DEPENDS+= p5-Math-Int128-[0-9]*:../../math/p5-Math-Int128 +DEPENDS+= p5-Crypt-PBKDF2-[0-9]*:../../security/p5-Crypt-PBKDF2 +DEPENDS+= p5-CryptX-[0-9]*:../../security/p5-CryptX USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Crypt/CBC/.packlist |