pkgsrc/devel/p5-Log-Dispatch-Config/Makefile
wiz 40bbad7ac6 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
2015-07-12 18:56:06 +00:00

22 lines
755 B
Makefile

# $NetBSD: Makefile,v 1.28 2015/07/12 18:56:14 wiz Exp $
DISTNAME= Log-Dispatch-Config-1.04
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch-Config/
COMMENT= Configure Log::Dispatch with a config file, a la Java's log4j
LICENSE= ${PERL5_LICENSE}
#DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.41}:../../devel/p5-Test-Simple
DEPENDS+= p5-IO-stringy>=2.108:../../devel/p5-IO-stringy
DEPENDS+= p5-AppConfig>=1.52:../../devel/p5-AppConfig
DEPENDS+= p5-Log-Dispatch>=2.00:../../devel/p5-Log-Dispatch
PERL5_PACKLIST= auto/Log/Dispatch/Config/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"