# 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.3 2007/07/28 07:44:49 chinsan Exp $
#

PORTNAME=	POE-Component-Pluggable
PORTVERSION=	0.06
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	POE
PKGNAMEPREFIX=	p5-

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

BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
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>
