diff options
author | obache <obache> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache> | 2013-12-09 14:17:41 +0000 |
commit | 6d099479482056adfc66dbb08690849831ffacb6 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /security/p5-Crypt-OpenPGP/Makefile | |
parent | c236e9247714297ef27d153abd4fbb9bf49978af (diff) | |
download | pkgsrc-6d099479482056adfc66dbb08690849831ffacb6.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-OpenPGP/Makefile')
-rw-r--r-- | security/p5-Crypt-OpenPGP/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index 4bd674fcda5..db6fc5135c8 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2013/05/31 12:41:54 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2013/12/09 14:17:51 obache Exp $ # DISTNAME= Crypt-OpenPGP-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= p5pgp CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} @@ -24,7 +24,7 @@ DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael DEPENDS+= p5-Crypt-Twofish>=2.00:../../security/p5-Crypt-Twofish DEPENDS+= p5-Data-Buffer>=0.04:../../devel/p5-Data-Buffer DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 -DEPENDS+= p5-IO-Compress-[0-9]*:../../devel/p5-IO-Compress +DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI |