2af45f8c09
Test::CPAN::Meta::YAML was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that slowly being introduced to module uploads, via the use of ExtUtils::MakeMaker, Module::Build and Module::Install. See CPAN::Meta for further details of the CPAN Meta Specification. WWW: http://search.cpan.org/dist/Test-CPAN-Meta-YAML/
25 lines
633 B
Makefile
25 lines
633 B
Makefile
# New ports collection makefile for: p5-Test-CPAN-Meta-YAML
|
|
# Date created: 2012-06-01
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-CPAN-Meta-YAML
|
|
PORTVERSION= 0.20
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Validate a META.yml file within a CPAN distribution
|
|
|
|
BUILD_DEPENDS= p5-Test-YAML-Valid>=0.03:${PORTSDIR}/devel/p5-Test-YAML-Valid
|
|
RUN_DEPENDS= p5-Test-YAML-Valid>=0.03:${PORTSDIR}/devel/p5-Test-YAML-Valid
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::CPAN::Meta::YAML.3 \
|
|
Test::CPAN::Meta::YAML::Version.3
|
|
|
|
.include <bsd.port.mk>
|