d881f6af28
Approved by: lwhsu (mentor)
23 lines
433 B
Makefile
23 lines
433 B
Makefile
# 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-
|
|
|
|
MAINTAINER= yzlin@FreeBSD.org
|
|
COMMENT= Line-buffered select interface
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= IO::BufferedSelect.3
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|