freebsd-ports/devel/p5-Test-CPAN-Meta-YAML/Makefile
Sunpoet Po-Chuan Hsieh 2af45f8c09 - Add p5-Test-CPAN-Meta-YAML 0.20
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/
2012-06-01 06:20:26 +00:00

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>