openbsd-ports/devel/p5-POE-Component-PubSub/Makefile

22 lines
407 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.3 2010/11/15 19:46:05 espie Exp $
COMMENT= publish/subscribe to publish events from POE::Sessions
DISTNAME= POE-Component-PubSub-0.05
CATEGORIES= devel
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
CONFIGURE_STYLE= modbuild
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-POE
.include <bsd.port.mk>