# New ports collection makefile for:	POE-Component-Pluggable
# Date created:	   2006/12/22
# Whom:		   chinsan
#
# $FreeBSD: ports/devel/p5-POE-Component-Pluggable/Makefile,v 1.18 2012/01/21 17:38:44 eadler Exp $
#

PORTNAME=	POE-Component-Pluggable
PORTVERSION=	1.26
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	A base class for creating plugin enabled POE Components

BUILD_DEPENDS=	p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \
		p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		POE::Component::Pluggable.3 POE::Component::Pluggable::Pipeline.3 \
		POE::Component::Pluggable::Constants.3

.include <bsd.port.mk>
