20 lines
332 B
Makefile
20 lines
332 B
Makefile
# $OpenBSD: Makefile,v 1.9 2020/07/03 21:45:04 sthen Exp $
|
|
|
|
COMMENT= publish/subscribe to publish events from POE::Sessions
|
|
|
|
DISTNAME= POE-Component-PubSub-0.05
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
RUN_DEPENDS= devel/p5-POE
|
|
|
|
.include <bsd.port.mk>
|