aaa1885833
ok jasper@
23 lines
424 B
Makefile
23 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:34 ajacoutot Exp $
|
|
|
|
COMMENT= publish/subscribe to publish events from POE::Sessions
|
|
|
|
DISTNAME= POE-Component-PubSub-0.05
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= devel/p5-POE
|
|
|
|
.include <bsd.port.mk>
|