View | Details | Raw Unified | Return to bug 52216
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Test-Harness
8
PORTNAME=	Test-Harness
9
PORTVERSION=	2.26
9
PORTVERSION=	2.28
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Test
12
MASTER_SITE_SUBDIR=	Test
Lines 19-25 Link Here
19
19
20
MAN3=		Test::Harness.3 Test::Harness::Assert.3 \
20
MAN3=		Test::Harness.3 Test::Harness::Assert.3 \
21
		Test::Harness::Iterator.3 Test::Harness::Straps.3
21
		Test::Harness::Iterator.3 Test::Harness::Straps.3
22
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
23
22
24
post-patch:
23
post-patch:
25
	${PERL} -pi -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL
24
	${PERL} -pi -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Test-Harness-2.26.tar.gz) = ec1b1ebc715614a5b06fe7ff5d355f25
1
MD5 (Test-Harness-2.28.tar.gz) = 90d027dda8c88db36acfc858554a19fa
(-)pkg-descr (+2 lines)
Lines 2-4 Link Here
2
module expects by using "Test" modules.  However, by using this
2
module expects by using "Test" modules.  However, by using this
3
module, you can know the specifics, and you can prints some
3
module, you can know the specifics, and you can prints some
4
performance statistics that are computed by the Benchmark module.
4
performance statistics that are computed by the Benchmark module.
5
6
WWW: http://search.cpan.org/dist/Test-Harness/
(-)pkg-plist (-9 / +9 lines)
Lines 1-9 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/Test/Harness.pm
1
%%SITE_PERL%%/Test/Harness.pm
2
lib/perl5/site_perl/%%PERL_VER%%/Test/Harness/Assert.pm
2
%%SITE_PERL%%/Test/Harness/Assert.pm
3
lib/perl5/site_perl/%%PERL_VER%%/Test/Harness/Iterator.pm
3
%%SITE_PERL%%/Test/Harness/Iterator.pm
4
lib/perl5/site_perl/%%PERL_VER%%/Test/Harness/Straps.pm
4
%%SITE_PERL%%/Test/Harness/Straps.pm
5
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test/Harness/.packlist
5
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Harness/.packlist
6
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test/Harness
6
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Harness
7
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Test/Harness
7
@dirrm %%SITE_PERL%%/Test/Harness
8
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Test 2>/dev/null || true
8
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true
9
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test 2>/dev/null || true
9
@unexec rmdir %D/%%SITE_PERL%%/Test 2>/dev/null || true

Return to bug 52216