freebsd-ports/devel/p5-Test-YAML-Meta/Makefile
Steve Wills 78499b8c78 - Avoid use of SITE_PERL in DEPENDS
- Don't use += when not needed

PR:		ports/167307
Approved by:	maintainer timeout (lippe, >2 weeks)
2012-05-19 15:19:26 +00:00

27 lines
680 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.16
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Validation of the META.yml file in a distribution
BUILD_DEPENDS= p5-Test-YAML-Valid>=0:${PORTSDIR}/devel/p5-Test-YAML-Valid \
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${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>