21 lines
368 B
Makefile
21 lines
368 B
Makefile
COMMENT = replaces actual time with simulated high resolution time
|
|
|
|
DISTNAME = Test-MockTime-HiRes-0.08
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Test-MockTime
|
|
TEST_DEPENDS = devel/p5-AnyEvent \
|
|
devel/p5-Test-Class \
|
|
devel/p5-Test-Requires
|
|
|
|
CONFIGURE_STYLE = modbuild tiny
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|