mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
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/
16 lines
284 B
Makefile
16 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>
|