freebsd-ports/devel/p5-IO-KQueue/Makefile
2014-01-30 08:26:54 +00:00

19 lines
375 B
Makefile

# $FreeBSD$
PORTNAME= IO-KQueue
PORTVERSION= 0.34
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl interface to the BSD kqueue system call
USES= perl5
USE_PERL5= configure
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>