1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/devel/p5-Test-Harness/Makefile
Dmitry Sivachenko c727f6d77f Use pure_install target instead of install, to prevent writing to perllocal.pod.
Submitted by:	Alex Kapranoff <kappa@web.1tv.ru>
2004-02-22 10:10:54 +00:00

36 lines
822 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.40
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Run perl standard test scripts with statistics
PERL_CONFIGURE= yes
INSTALL_TARGET= pure_install
MAN1= prove.1
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.pre.mk>
.if ${PERL_LEVEL} < 500601
BUILD_DEPENDS= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>