be437ad5fa
filehandle IO. PR: ports/113505 Submitted by: Gea-Suan Lin <gslin at gslin.org>
25 lines
616 B
Makefile
25 lines
616 B
Makefile
# New ports collection makefile for: p5-IO-Async
|
|
# Date created: 2007-06-10
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= IO-Async
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= IO
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Perl modules that implement asynchronous filehandle IO
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= IO::Async.3 IO::Async::Buffer.3 IO::Async::ChildManager.3 \
|
|
IO::Async::Notifier.3 IO::Async::Set.3 \
|
|
IO::Async::Set::GMainLoop.3 IO::Async::Set::IO_Poll.3 \
|
|
IO::Async::Set::Select.3 IO::Async::SignalProxy.3
|
|
|
|
.include <bsd.port.mk>
|