freebsd-ports/devel/p5-TAP-SimpleOutput/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
486 B
Makefile

PORTNAME= TAP-SimpleOutput
PORTVERSION= 0.009
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple closure-driven TAP generator
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \
p5-Perl-Version>=0:devel/p5-Perl-Version \
p5-Sub-Exporter-Progressive>=0:devel/p5-Sub-Exporter-Progressive
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>