pkgsrc/devel/p5-Test-YAML-Meta/Makefile
wen d5de1cc16f Update to 0.20
Upstream changes:
0.20    2013-04-07
        - change file dates changed to meet W3CDTF standards.
        - reworked Makefile.PL for clarity.
        - upgraded to Test::CPAN::Meta::JSON for tests.
        - added meta.JSON.
        - updated test suite.
        - added repositories to Meta files.
2013-09-08 05:14:33 +00:00

23 lines
724 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/09/08 05:14:33 wen Exp $
#
DISTNAME= Test-YAML-Meta-0.20
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
PERL5_PACKLIST= auto/Test/YAML/Meta/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"