openbsd-ports/devel/p5-Test-SubCalls/Makefile
jim 5e7b450ea2 import p5-Test-SubCalls
There are a number of different situations (like testing caching code)
where you want to want to do a number of tests, and then verify that
some underlying subroutine deep within the code was called a specific
number of times.

ok ajacoutot@
2010-06-30 16:45:28 +00:00

20 lines
403 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/06/30 16:45:28 jim Exp $
COMMENT= track the number of times subs are called
MODULES= cpan
DISTNAME= Test-SubCalls-1.09
CATEGORIES= devel
MAINTAINER= Jim Razmus II <jim@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
REGRESS_DEPENDS= ::devel/p5-Hook-LexWrap
.include <bsd.port.mk>