freebsd-ports/devel/p5-IO-KQueue/Makefile
Jun Kuriyama 09e6b68dfd Fix incorrect plist.
Reported by:	pointyhat via kris
2005-12-15 22:44:17 +00:00

23 lines
488 B
Makefile

# 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.29
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/M/MS/MSERGEANT
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.mk>