freebsd-ports/devel/p5-Test-Name-FromLine/Makefile
Jun Kuriyama 12670e92e0 Test::Name::FromLine is test utility that fills test names from its
file.  Just use this module in test and this module fill test names to
all test except named one.

WWW: http://search.cpan.org/dist/Test-Name-FromLine/
2014-01-15 15:22:05 +00:00

19 lines
369 B
Makefile

# $FreeBSD$
PORTNAME= Test-Name-FromLine
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to fill test names from caller line
RUN_DEPENDS= \
p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>