2008-11-19 21:30:33 +01:00
|
|
|
# New ports collection makefile for: p5-IO-BufferedSelect
|
|
|
|
# Date created: 2008-11-19
|
|
|
|
# Whom: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= IO-BufferedSelect
|
|
|
|
PORTVERSION= 1.0
|
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-07-29 14:59:14 +02:00
|
|
|
MAINTAINER= yzlin@FreeBSD.org
|
2008-11-19 21:30:33 +01:00
|
|
|
COMMENT= Line-buffered select interface
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= IO::BufferedSelect.3
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|