ports/devel/p5-PerlIO-via-Timeout/Makefile

19 lines
333 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>