diff options
author | wiz <wiz> | 2015-07-12 18:56:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-07-12 18:56:06 +0000 |
commit | 8467a1d401214bb799e964aa11506b1de17bb751 (patch) | |
tree | e627a638f10e8eb4f65a201079f6391431c359a8 /security/p5-Crypt-OpenPGP/Makefile | |
parent | 4f478602cb731f681ce625daadeb66ed5b97e2f0 (diff) | |
download | pkgsrc-8467a1d401214bb799e964aa11506b1de17bb751.tar.gz |
Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
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 d5b12b6f164..49b5cca016d 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/06/12 10:51:05 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2015/07/12 18:56:28 wiz Exp $ # DISTNAME= Crypt-OpenPGP-1.06 @@ -23,9 +23,9 @@ 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+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib +#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+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI # contains LWP::UserAgent DEPENDS+= p5-libwww>=5.10:../../www/p5-libwww |