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 /net/p5-Net-DNS | |
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 'net/p5-Net-DNS')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 45d87eda13d..4ec3ae00834 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2015/07/08 06:41:35 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2015/07/12 18:56:26 wiz Exp $ DISTNAME= Net-DNS-1.01 PKGNAME= p5-${DISTNAME} @@ -11,10 +11,10 @@ HOMEPAGE= http://www.net-dns.org/ COMMENT= Perl5 module for DNS resolution LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {p5-Test-Simple>=0.44,perl>=5.8.0}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {p5-Test-Simple>=0.44,perl>=5.8.0}:../../devel/p5-Test-Simple DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC -DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.12}:../../security/p5-Digest-MD5 -DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=2.11}:../../converters/p5-MIME-Base64 +#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.12}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=2.11}:../../converters/p5-MIME-Base64 DEPENDS+= p5-Net-IP>=1.20:../../net/p5-Net-IP PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Net-DNS |