openbsd-ports/devel/p5-Test-MockTime/Makefile
simon 60ee9f6eae import p5-Test-MockTime
This module was created to enable test suites to test code at specific
points in time.  Specifically it overrides localtime, gmtime and time at
compile time and then relies on the user supplying a mock time via
set_relative_time, set_absolute_time or set_fixed_time to alter future
calls to gmtime, time or localtime.
2009-02-05 22:04:58 +00:00

20 lines
396 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/02/05 22:04:58 simon Exp $
COMMENT = replaces actual time with simulated time
MODULES = cpan
DISTNAME = Test-MockTime-0.09
CATEGORIES = devel
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>