16 lines
240 B
Makefile
16 lines
240 B
Makefile
COMMENT = easily timeout long running operations
|
|
|
|
DISTNAME = Time-Out-0.11
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|