freebsd-ports/devel/p5-Test-YAML-Meta/Makefile
Martin Wilke 68c6bc2db3 Test::YAML::Meta - Validation of the META.yml file in a distribution.
WWW:	http://search.cpan.org/dist/Test-YAML-Meta/

PR:		ports/120631
Submitted by:	Felippe de Meirelles Motta <lippemail at gmail.com>
2008-02-16 21:31:03 +00:00

28 lines
776 B
Makefile

# New ports collection makefile for: p5-Test-YAML-Meta
# Date created: 2008-02-13
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Test-YAML-Meta
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippemail@gmail.com
COMMENT= Validation of the META.yml file in a distribution
BUILD_DEPENDS+= ${SITE_PERL}/Test/YAML/Valid.pm:${PORTSDIR}/devel/p5-Test-YAML-Valid \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
RUN_DEPENDS+= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::YAML::Meta::Version.3 \
Test::YAML::Meta.3
.include <bsd.port.mk>