diff options
Diffstat (limited to 'net/p5-Event-tcp/Makefile')
-rw-r--r-- | net/p5-Event-tcp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Event-tcp/Makefile b/net/p5-Event-tcp/Makefile index 9054cb91fe22..d048f2b0d81c 100644 --- a/net/p5-Event-tcp/Makefile +++ b/net/p5-Event-tcp/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Event>=0:${PORTSDIR}/devel/p5-Event \ p5-Ioctl>=0:${PORTSDIR}/devel/p5-Ioctl RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Event::tcpsession.3 |