freebsd-ports/devel/p5-Test-CPAN-Meta-YAML/Makefile
2021-06-25 21:35:29 +08:00

22 lines
447 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= Test-CPAN-Meta-YAML
PORTVERSION= 0.25
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= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Test-YAML-Valid>=0.03:devel/p5-Test-YAML-Valid
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>