20 lines
306 B
Makefile
20 lines
306 B
Makefile
# $OpenBSD: Makefile,v 1.15 2015/06/17 06:16:51 bentley Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl interface to the BSD kqueue system call
|
|
|
|
MODULES= cpan
|
|
DISTNAME= IO-KQueue-0.34
|
|
REVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|