2005-12-08 14:32:56 +01:00
|
|
|
# New ports collection makefile for: p5-IO-KQueue
|
|
|
|
# Date Created: 8 Dec, 2005
|
|
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= IO-KQueue
|
2007-10-13 13:51:42 +02:00
|
|
|
PORTVERSION= 0.32
|
2005-12-08 14:32:56 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-12-08 14:32:56 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Perl interface to the BSD kqueue system call
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= IO::KQueue.3
|
|
|
|
|
2006-07-06 08:59:18 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-06-19 09:43:18 +02:00
|
|
|
post-patch:
|
2006-07-06 08:59:18 +02:00
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
|
|
${REINPLACE_CMD} -e 's/const //' ${WRKSRC}/KQueue.xs
|
|
|
|
.endif
|
2006-06-19 09:43:18 +02:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
|
|
|
@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
|
|
|
|
.endif
|
|
|
|
|
2005-12-17 17:09:27 +01:00
|
|
|
.include <bsd.port.post.mk>
|