aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IO-AIO/Makefile
blob: 9425f1a58333def72d7afe2b5ec163c5b1e2373e (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
# New ports collection makefile for:    p5-IO-AIO
# Date created:     2006-12-09
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   IO-AIO
PORTVERSION=    4.0
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= clsung@FreeBSD.org
COMMENT=    Asynchronous Input/Output

BUILD_DEPENDS=  p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
RUN_DEPENDS=    p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense

PERL_CONFIGURE= yes

MAN3=       IO::AIO.3

post-patch:
    @${REINPLACE_CMD} -e 's,-lpthreads*,${PTHREAD_LIBS},g' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>