blob: a1b171a6b21b9e7ead9975f82bc1dcb922baef16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# 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.21
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl modules that implement asynchronous filehandle IO
RUN_DEPENDS= p5-Heap>=0:${PORTSDIR}/devel/p5-Heap
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= IO::Async.3 \
IO::Async::ChildManager.3 \
IO::Async::Connector.3 \
IO::Async::DetachedCode.3 \
IO::Async::Handle.3 \
IO::Async::Listener.3 \
IO::Async::Loop.3 \
IO::Async::Loop::IO_Poll.3 \
IO::Async::Loop::Select.3 \
IO::Async::MergePoint.3 \
IO::Async::Notifier.3 \
IO::Async::Resolver.3 \
IO::Async::Sequencer.3 \
IO::Async::Signal.3 \
IO::Async::Stream.3 \
IO::Async::Test.3 \
IO::Async::Timer.3
.include <bsd.port.mk>
|