1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/p5-Test-Time/Makefile
Jun Kuriyama 1d9209f8e9 Test::Time can be used to test modules that deal with time. Once you
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/
2014-01-15 15:31:02 +00:00

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>