freebsd-ports/devel/p5-Test-CPAN-Meta/Makefile
Sunpoet Po-Chuan Hsieh f2ced40746 - Add p5-Test-CPAN-Meta 0.23
Test::CPAN::Meta was written to ensure that a META.yml file, provided with a
standard distribution uploaded to CPAN, meets the specifications that are slowly
being introduced to module uploads, via the use of package makers and installers
such as ExtUtils::MakeMaker, Module::Build and Module::Install.

WWW: http://search.cpan.org/dist/Test-CPAN-Meta/
2014-02-22 14:08:34 +00:00

21 lines
458 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-CPAN-Meta
PORTVERSION= 0.23
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Validate your CPAN META.yml files
LICENSE= ART20
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>