1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

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/
This commit is contained in:
Jun Kuriyama 2014-01-15 15:22:05 +00:00
parent 859fea0cea
commit 12670e92e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339785
5 changed files with 31 additions and 0 deletions

View File

@ -2841,6 +2841,7 @@
SUBDIR += p5-Test-Moose-More
SUBDIR += p5-Test-More-UTF8
SUBDIR += p5-Test-Most
SUBDIR += p5-Test-Name-FromLine
SUBDIR += p5-Test-Net-RabbitMQ
SUBDIR += p5-Test-NoTabs
SUBDIR += p5-Test-NoWarnings

View File

@ -0,0 +1,19 @@
# $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>

View File

@ -0,0 +1,2 @@
SHA256 (Test-Name-FromLine-0.11.tar.gz) = 7cb5d7cd18c0c0e9880777bec3063dbd87ad2aba2d89c78c7b3bbdf6e1311416
SIZE (Test-Name-FromLine-0.11.tar.gz) = 38240

View File

@ -0,0 +1,5 @@
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/

View File

@ -0,0 +1,4 @@
%%PERL5_MAN3%%/Test::Name::FromLine.3.gz
%%SITE_PERL%%/Test/Name/FromLine.pm
@dirrmtry %%SITE_PERL%%/Test/Name
@dirrmtry %%SITE_PERL%%/Test