from Charlene Wendling; OK afresh1@ Comment: portably create pipe() or pipe-like handles Description: IO::Pipely provides a couple functions to portably create one- and two-way pipes and pipe-like socket pairs. It acknowledges and works around known platform issues so you don't have to. IO::Pipely currently understands pipe(), UNIX-domain socketpair() and regular IPv4 localhost sockets.
22 lines
435 B
Makefile
22 lines
435 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/10/24 17:37:39 bluhm Exp $
|
|
|
|
COMMENT = portably create pipe() or pipe-like handles
|
|
DISTNAME = IO-Pipely-0.005
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Charlene Wendling <julianaito@posteo.jp>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Pod-Coverage>=1.08 \
|
|
devel/p5-Test-Pod>=1.41
|
|
|
|
PKG_ARCH = *
|
|
|
|
TEST_ENV = RELEASE_TESTING=1 RUN_NETWORK_TESTS=0
|
|
|
|
.include <bsd.port.mk>
|