# Created by: Jase Thew <freebsd@beardz.net>
# $FreeBSD: tags/RELEASE_10_0_0/devel/p5-POE-Component-Syndicator/Makefile 327724 2013-09-20 17:13:42Z bapt $

PORTNAME=	POE-Component-Syndicator
PORTVERSION=	0.06
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:HINRIK
PKGNAMEPREFIX=	p5-

MAINTAINER=	jase@FreeBSD.org
COMMENT=	A POE component base class which implements the Observer pattern

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \
		p5-Object-Pluggable>=1.29:${PORTSDIR}/devel/p5-Object-Pluggable \
		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

MAN3=		POE::Component::Syndicator.3

NO_STAGE=	yes
.include <bsd.port.mk>
