ports/devel/p5-IO-KQueue/Makefile

20 lines
307 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = perl interface to the BSD kqueue system call
DISTNAME = IO-KQueue-0.39
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = c perl
MODULES = cpan
BUILD_DEPENDS = devel/p5-Devel-CheckLib
MODCPAN_EXAMPLES = Yes
.include <bsd.port.mk>