freebsd-ports/devel/p5-Test-SubCalls/Makefile
Andrej Zverev 13c40c3803 - Remove SITE_PERL from *_DEPENDS
Approved by:	maintainer (lth@ via email)
2012-06-05 11:46:48 +00:00

29 lines
666 B
Makefile

# New ports collection makefile for: devel/p5-Test-SubCalls
# Date created: 08 October 2005
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-SubCalls
PORTVERSION= 1.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Track the number of times subs are called
BUILD_DEPENDS= p5-Hook-LexWrap>=0:${PORTSDIR}/devel/p5-Hook-LexWrap \
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::SubCalls.3
post-patch:
@${PERL} -pi -e '$$_="" if m/Test::More/' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>