20 lines
308 B
Makefile
Raw Normal View History

2015-07-16 23:57:18 +00:00
# $OpenBSD: Makefile,v 1.16 2015/07/16 23:57:22 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= perl interface to the BSD kqueue system call
MODULES= cpan
DISTNAME= IO-KQueue-0.34
2015-07-16 23:57:18 +00:00
REVISION= 3
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 15:00:32 +00:00
WANTLIB += c
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>