18 lines
283 B
Makefile
18 lines
283 B
Makefile
COMMENT = line-buffered select interface
|
|
|
|
DISTNAME = IO-BufferedSelect-1.0
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
WRKDIST = ${WRKDIR}/IO-BufferedSelect
|
|
|
|
.include <bsd.port.mk>
|