mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
a3ac3f22c5
Submitted by: Mathieu Arnold <m@absolight.net> Reviewed by: maintainer Update devel/p5-Test-Harness to 2.28. Add WWW too.
27 lines
607 B
Makefile
27 lines
607 B
Makefile
# New ports collection makefile for: p5-Test-Harness
|
|
# Date Created: 13 Aug 2001
|
|
# Whom: Shell Hung <shell@shellhung.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-Harness
|
|
PORTVERSION= 2.28
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Test
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= shell@shellhung.org
|
|
COMMENT= Run perl standard test scripts with statistics
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::Harness.3 Test::Harness::Assert.3 \
|
|
Test::Harness::Iterator.3 Test::Harness::Straps.3
|
|
|
|
post-patch:
|
|
${PERL} -pi -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|