1d9209f8e9
use this module, all references to time and sleep will be internalized. You can set custom time by passing time => number after the use statement. WWW: http://search.cpan.org/dist/Test-Time/
15 lines
284 B
Makefile
15 lines
284 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Time
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to override time()/sleep() core functions for testing
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|