919029fcba
publish events to which other POE::Sessions may subscribe. WWW: http://search.cpan.org/dist/POE-Component-PubSub/
25 lines
548 B
Makefile
25 lines
548 B
Makefile
# New ports collection makefile for: p5-POE-Component-PubSub
|
|
# Date created: 2012-03-07
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= POE-Component-PubSub
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
#MASTER_SITE_SUBDIR= CPAN:nperez
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A generic publish/subscribe POE::Component
|
|
|
|
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE
|
|
RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= POE::Component::PubSub.3
|
|
|
|
.include <bsd.port.mk>
|