dc560a3d56
Changes from previous: ---------------------- 0.19 15/02/2011 - added missing prerequisite. 0.18 14/02/2011 - removed tests which are no longer applicable. 0.17 13/02/2011 - Distribution name chang: Test-YAML-Meta => Test-CPAN-Meta-YAML. - This distribution now a wrapper around Test-CPAN-Meta-YAML.
25 lines
764 B
Makefile
25 lines
764 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/02/18 15:11:01 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Test-YAML-Meta-0.19
|
|
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-YAML-Meta/
|
|
COMMENT= Perl 5 module to validate the META.yml file in a distribution
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Test-CPAN-Meta-YAML-[0-9]*:../../devel/p5-Test-CPAN-Meta-YAML
|
|
|
|
# These are recommended:
|
|
BUILD_DEPENDS+= p5-Test-Pod>=1.0:../../devel/p5-Test-Pod
|
|
BUILD_DEPENDS+= p5-Test-Pod-Coverage>=0.08:../../devel/p5-Test-Pod-Coverage
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Test/YAML/Meta/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|