openbsd-ports/devel/p5-Test-MockSleep/Makefile
2022-03-11 18:49:30 +00:00

16 lines
243 B
Makefile

COMMENT = overrides perl's sleep call
MODULES = cpan
PKG_ARCH = *
DISTNAME = Test-MockSleep-0.02
CATEGORIES = devel
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-Dir-Self \
devel/p5-Test-MockTime
.include <bsd.port.mk>