pkgsrc/devel/p5-Test-CheckDeps/Makefile
mef e91fa9b963 Update 0.008 to 0.010
---------------------
0.010     2013-10-09 18:10:39 Europe/Amsterdam
          - Revert adding conventional [Test::CheckDeps] test, to avoid circular dependency

0.009     2013-10-09 15:39:01 Europe/Amsterdam
          - Added Synopsis
          - $Test::Builder::Level increased, so failing tests appear to come
            from the .t file rather than Test/CheckDeps.pm
          - also test 'develop' prereqs when AUTHOR_TESTING
2015-01-28 01:57:41 +00:00

21 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.10 2015/01/28 01:57:41 mef Exp $
#
DISTNAME= Test-CheckDeps-0.010
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+= {perl>=5.18.0,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"