a6ecc88792
devel/p5-Test-CheckDeps. Test::CheckDeps adds a test that assures all dependencies have been installed properly. If requested, it can bail out all testing on error.
23 lines
675 B
Makefile
23 lines
675 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/09/10 12:29:11 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Test-CheckDeps-0.002
|
|
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.14.0,p5-CPAN-Meta-[0-9]*}:../../devel/p5-CPAN-Meta
|
|
DEPENDS+= p5-CPAN-Meta-Check-[0-9]*:../../devel/p5-CPAN-Meta-Check
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/CheckDeps/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|