mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Add p5-Test-Reporter 1.20
Sends test results to cpan-testers@perl.org. PR: 60483 Submitted by: Lars Thegler <lars@thegler.dk>
This commit is contained in:
parent
c3acd9e27f
commit
6e4fc5be05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96428
5 changed files with 55 additions and 0 deletions
|
@ -831,6 +831,7 @@
|
|||
SUBDIR += p5-Test-Manifest
|
||||
SUBDIR += p5-Test-MockObject
|
||||
SUBDIR += p5-Test-Pod
|
||||
SUBDIR += p5-Test-Reporter
|
||||
SUBDIR += p5-Test-Simple
|
||||
SUBDIR += p5-Test-Unit
|
||||
SUBDIR += p5-Tie-Cache
|
||||
|
|
33
devel/p5-Test-Reporter/Makefile
Normal file
33
devel/p5-Test-Reporter/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: p5-Test-Reporter
|
||||
# Date created: Sat Dec 20 23:11:45 CET 2003
|
||||
# Whom: Lars Thegler <lars@thegler.dk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-Reporter
|
||||
PORTVERSION= 1.20
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Test
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lars@thegler.dk
|
||||
COMMENT= Sends test results to cpan-testers@perl.org
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= cpantest.1
|
||||
MAN3= Test::Reporter.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
|
||||
${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
devel/p5-Test-Reporter/distinfo
Normal file
1
devel/p5-Test-Reporter/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Test-Reporter-1.20.tar.gz) = a249a81a415b64875ac92676072ce7aa
|
7
devel/p5-Test-Reporter/pkg-descr
Normal file
7
devel/p5-Test-Reporter/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Test::Reporter reports the test results of any given distribution
|
||||
to the CPAN testing service. See http://testers.cpan.org/ for
|
||||
details.
|
||||
|
||||
Test::Reporter has wide support for various perl5's and platforms.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-Reporter/
|
13
devel/p5-Test-Reporter/pkg-plist
Normal file
13
devel/p5-Test-Reporter/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
bin/cpantest
|
||||
%%SITE_PERL%%/Test/Reporter.pm
|
||||
%%SITE_PERL%%/Test/Reporter/Date/Format.pm
|
||||
%%SITE_PERL%%/Test/Reporter/Mail/Util.pm
|
||||
%%SITE_PERL%%/Test/Reporter/Time/Zone.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Reporter/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Reporter
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true
|
||||
@dirrm %%SITE_PERL%%/Test/Reporter/Time
|
||||
@dirrm %%SITE_PERL%%/Test/Reporter/Mail
|
||||
@dirrm %%SITE_PERL%%/Test/Reporter/Date
|
||||
@dirrm %%SITE_PERL%%/Test/Reporter
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Test 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue