b23dbed9e0
This is Inter-Kernel Communication for POE. It is used to get events from one POE kernel to another.
20 lines
385 B
Makefile
20 lines
385 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/22 15:59:19 simon Exp $
|
|
|
|
COMMENT= POE Inter-Kernel Communication
|
|
|
|
MODULES= cpan
|
|
DISTNAME= POE-Component-IKC-0.1904
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-POE
|
|
|
|
.include <bsd.port.mk>
|