diff options
author | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
commit | c1522519b646750987810a08413a83d66de13537 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /security/p5-Crypt-CBC | |
parent | 69575166e088e2a3bca09925d372c98adf66202a (diff) | |
download | pkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'security/p5-Crypt-CBC')
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index 58fec29946e..b13e4702b7c 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2013/09/05 19:54:19 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2013/12/09 14:17:51 obache Exp $ DISTNAME= Crypt-CBC-2.33 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5cbc CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} @@ -13,7 +14,7 @@ COMMENT= Perl5 cipher block chaining mode for various crypto algorithms PKG_INSTALLATION_TYPES= overwrite pkgviews BUILD_DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael -DEPENDS+= p5-Digest-MD5>=2.0:../../security/p5-Digest-MD5 +DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.0}:../../security/p5-Digest-MD5 USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Crypt/CBC/.packlist |