freebsd-ports/net/p5-POE-Component-PubSub/Makefile

23 lines
487 B
Makefile

# Created by: 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
USES= perl5
USE_PERL5= modbuild
MAN3= POE::Component::PubSub.3
NO_STAGE= yes
.include <bsd.port.mk>