openbsd-ports/devel/p5-Time-Out/Makefile
benoit 34b665ca25 Import p5-Time-Out.
Time::Out provides an easy interface to alarm(2) based timeouts.

ok ajacoutot@
2014-12-22 20:34:09 +00:00

16 lines
284 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2014/12/22 20:34:09 benoit Exp $
COMMENT = easily timeout long running operations
DISTNAME = Time-Out-0.11
CATEGORIES = devel
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
.include <bsd.port.mk>