ok sthen@ Test::MockSleep overrides perl's sleep call. A call to sleep will not really sleep. It also provides a facility to check how many seconds a program would have slept.
16 lines
290 B
Makefile
16 lines
290 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/07/15 18:10:00 giovanni Exp $
|
|
|
|
COMMENT = overrides perl's sleep call
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Test-MockSleep-0.02
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Dir-Self \
|
|
devel/p5-Test-MockTime
|
|
|
|
.include <bsd.port.mk>
|