freebsd-ports/devel/p5-Test-CPAN-Meta-YAML/Makefile
Sunpoet Po-Chuan Hsieh 49f70f8cb3 - Support STAGEDIR
2013-09-30 20:25:25 +00:00

21 lines
460 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-CPAN-Meta-YAML
PORTVERSION= 0.22
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Validate a META.yml file within a CPAN distribution
LICENSE= ART20
BUILD_DEPENDS= p5-Test-YAML-Valid>=0.03:${PORTSDIR}/devel/p5-Test-YAML-Valid
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>