aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-KQueue/Makefile
blob: a4609f6db98377227d355e239834d6e4eb7aa823 (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
41
# New ports collection makefile for:	p5-IO-KQueue
# Date Created:				8 Dec, 2005
# Whom:					Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	IO-KQueue
PORTVERSION=	0.31
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	IO
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl interface to the BSD kqueue system call

PERL_CONFIGURE=	yes

MAN3=		IO::KQueue.3

.include <bsd.port.pre.mk>

post-patch:
.if ${PERL_LEVEL} < 500800
	${REINPLACE_CMD} -e 's/const //' ${WRKSRC}/KQueue.xs
.endif

.if !defined(NOPORTDOCS)
post-install:
	@${MKDIR} ${EXAMPLESDIR}
	@${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
	@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
.endif

# dXSTARG is not defined in perl 5.00503
.if ${PERL_LEVEL} < 500600
IGNORE=		requires Perl 5.6 or better
.endif

.include <bsd.port.post.mk>