18 lines
314 B
Makefile
18 lines
314 B
Makefile
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:45:02 sthen Exp $
|
|
|
|
COMMENT= POE Inter-Kernel Communication
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= POE-Component-IKC-0.2402
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-POE>=1.311 \
|
|
devel/p5-Data-Dump \
|
|
devel/p5-Devel-Size
|
|
|
|
.include <bsd.port.mk>
|