2015-07-16 23:57:18 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2015/07/16 23:57:22 ajacoutot Exp $
|
2006-06-03 07:18:42 +00:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
2007-07-25 20:16:17 +00:00
|
|
|
COMMENT= perl interface to the BSD kqueue system call
|
2006-06-03 07:18:42 +00:00
|
|
|
|
2006-11-25 16:32:33 +00:00
|
|
|
MODULES= cpan
|
2011-05-11 18:50:39 +00:00
|
|
|
DISTNAME= IO-KQueue-0.34
|
2015-07-16 23:57:18 +00:00
|
|
|
REVISION= 3
|
2006-11-25 16:32:33 +00:00
|
|
|
CATEGORIES= devel
|
2006-06-03 07:18:42 +00:00
|
|
|
|
2011-05-11 18:50:39 +00:00
|
|
|
# perl
|
2006-06-03 07:18:42 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-08-23 15:00:32 +00:00
|
|
|
WANTLIB += c
|
|
|
|
|
2011-05-11 18:50:39 +00:00
|
|
|
MODCPAN_EXAMPLES= Yes
|
2006-06-03 07:18:42 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|