diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-12 18:56:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-12 18:56:06 +0000 |
commit | e3691e1ff29866f244016d7915f143710367a946 (patch) | |
tree | e627a638f10e8eb4f65a201079f6391431c359a8 /devel/p5-PPI/Makefile | |
parent | 9c2b259aee0e099eb7dbde08430e9cf2a09258a5 (diff) | |
download | pkgsrc-e3691e1ff29866f244016d7915f143710367a946.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 'devel/p5-PPI/Makefile')
-rw-r--r-- | devel/p5-PPI/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-PPI/Makefile b/devel/p5-PPI/Makefile index 109cdabd1bf..af828b2418e 100644 --- a/devel/p5-PPI/Makefile +++ b/devel/p5-PPI/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:49:35 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:16 wiz Exp $ DISTNAME= PPI-1.220 PKGNAME= p5-${DISTNAME} @@ -14,11 +14,11 @@ LICENSE= ${PERL5_LICENSE} # Before update this package, please check $XS_COMPATIBLE in lib/PPI.pm. # If it is greater than version of devel/p5-PPI-XS, p5-PPI-XS should be updated. DEPENDS+= p5-Clone>=0.30:../../devel/p5-Clone -DEPENDS+= {perl>=5.10,p5-Digest-MD5>=2.35}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.10,p5-Digest-MD5>=2.35}:../../security/p5-Digest-MD5 DEPENDS+= p5-IO-String>=1.07:../../devel/p5-IO-String DEPENDS+= p5-List-MoreUtils>=0.16:../../devel/p5-List-MoreUtils DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util -DEPENDS+= {perl>=5.10.1,p5-Scalar-List-Utils>=1.20}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10.1,p5-Scalar-List-Utils>=1.20}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken #DEPENDS+= {perl>=5.8,p5-Storable>=2.17}:../../devel/p5-Storable @@ -26,7 +26,7 @@ BUILD_DEPENDS+= p5-Class-Inspector>=1.22:../../devel/p5-Class-Inspector BUILD_DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings BUILD_DEPENDS+= p5-Test-Object>=0.07:../../devel/p5-Test-Object -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple +#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-SubCalls>=1.07:../../devel/p5-Test-SubCalls USE_LANGUAGES= # empty |