027aede0de
Update DEPENDS Upstream changes: 0.008 2013-09-25 13:49:59 Europe/Amsterdam - Switch to MakeMaker to fix bootstrapping issues 0.007 2013-09-18 23:42:21 Europe/Amsterdam - bump prereq on CPAN::Meta::Check to latest (0.007), for conflicts fixes
21 lines
628 B
Makefile
21 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/10/02 08:06:11 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Test-CheckDeps-0.008
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-CheckDeps/
|
|
COMMENT= Perl 5 module to check for presence of dependencies
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-CPAN-Meta>=2.120920:../../devel/p5-CPAN-Meta
|
|
DEPENDS+= p5-CPAN-Meta-Check>=0.007:../../devel/p5-CPAN-Meta-Check
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/CheckDeps/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|