openbsd-ports/devel/p5-PerlIO-via-Timeout/Makefile
2022-03-11 18:49:30 +00:00

19 lines
333 B
Makefile

COMMENT = PerlIO layer that adds read & write timeout to a handle
DISTNAME = PerlIO-via-Timeout-0.32
REVISION = 1
CATEGORIES = devel
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = devel/p5-Time-Out
TEST_DEPENDS = net/p5-Test-TCP
.include <bsd.port.mk>