22 lines
354 B
Makefile
22 lines
354 B
Makefile
# $OpenBSD: Makefile,v 1.14 2014/06/14 23:24:57 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl interface to the BSD kqueue system call
|
|
|
|
MODULES= cpan
|
|
DISTNAME= IO-KQueue-0.34
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Srebrenko Sehic <haver@insecure.dk>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|