# Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= POE-Component-IRC-Object PORTVERSION= 0.02 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Slightly simpler OO interface to POE::Component::IRC BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" USES= perl5 USE_PERL5= configure MAN3= POE::Component::IRC::Object.3 NO_STAGE= yes post-install: .ifndef(NOPORTDOCS) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/example/* ${EXAMPLESDIR} .endif .include