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 /mail/p5-Mail-Box/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 'mail/p5-Mail-Box/Makefile')
-rw-r--r-- | mail/p5-Mail-Box/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile index acff53d4a16..a9d14870548 100644 --- a/mail/p5-Mail-Box/Makefile +++ b/mail/p5-Mail-Box/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/06/12 10:50:23 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/07/12 18:56:24 wiz Exp $ DISTNAME= Mail-Box-2.117 PKGNAME= p5-${DISTNAME} @@ -11,20 +11,20 @@ HOMEPAGE= http://perl.overmeer.net/mailbox/ COMMENT= Set of packages which implement methods to handle e-mail LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.8.9,p5-Encode>=2.26}:../../textproc/p5-Encode +#DEPENDS+= {perl>=5.8.9,p5-Encode>=2.26}:../../textproc/p5-Encode DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy -DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.13}:../../devel/p5-Scalar-List-Utils +#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.13}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Object-Realize-Later>=0.14:../../devel/p5-Object-Realize-Later DEPENDS+= p5-MIME-Types>=1.004:../../mail/p5-MIME-Types DEPENDS+= p5-URI>=1.23:../../www/p5-URI -DEPENDS+= {perl>=5.10,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple +#DEPENDS+= {perl>=5.10,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple DEPENDS+= p5-User-Identity>=0.07:../../mail/p5-User-Identity DEPENDS+= p5-MailTools>=2.01:../../mail/p5-MailTools DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC DEPENDS+= p5-File-Remove-[0-9]*:../../sysutils/p5-File-Remove -DEPENDS+= {perl>=5.10,p5-Test-Harness>=2.62}:../../devel/p5-Test-Harness +#DEPENDS+= {perl>=5.10,p5-Test-Harness>=2.62}:../../devel/p5-Test-Harness PERL5_PACKLIST= auto/Mail/Box/.packlist |