diff options
Diffstat (limited to 'devel/p5-POE')
-rw-r--r-- | devel/p5-POE/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile index dccea6b711ba..23751b029e91 100644 --- a/devel/p5-POE/Makefile +++ b/devel/p5-POE/Makefile @@ -26,8 +26,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS= --default -IS_INTERACTIVE= yes - MAN3= POE.3 POE::API::ResLoader.3 POE::Component.3 \ POE::Component::Client::TCP.3 POE::Component::Server::TCP.3 \ POE::Driver.3 POE::Driver::SysRW.3 POE::Filter.3 \ @@ -57,4 +55,10 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500702 +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> |