20 lines
306 B
Makefile
Raw Normal View History

2015-06-17 06:16:51 +00:00
# $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
2015-06-17 06:16:51 +00:00
REVISION= 2
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 15:00:32 +00:00
WANTLIB += c
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>