010df37c6c
PR: ports/114691 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
26 lines
649 B
Makefile
26 lines
649 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.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= IO
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.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::DetachedCode.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>
|