18 lines
322 B
Makefile
18 lines
322 B
Makefile
# $OpenBSD: Makefile,v 1.8 2016/03/20 19:56:37 naddy Exp $
|
|
|
|
COMMENT = replaces actual time with simulated time
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Test-MockTime-0.15
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|