18 lines
333 B
Makefile
18 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>
|