diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 18:41:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 18:41:05 +0000 |
commit | 3368e72898ef234c285e869549a2120705cc8b48 (patch) | |
tree | 812008a6ea3d355a6dd907e5b78fcfb8c980397d /www/p5-Plack-Middleware-SocketIO | |
parent | cb72249a320633d1627706fd3c5fee0263234250 (diff) | |
download | ports-3368e72898ef234c285e869549a2120705cc8b48.tar.gz ports-3368e72898ef234c285e869549a2120705cc8b48.zip |
Notes
Diffstat (limited to 'www/p5-Plack-Middleware-SocketIO')
-rw-r--r-- | www/p5-Plack-Middleware-SocketIO/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Plack-Middleware-SocketIO/Makefile b/www/p5-Plack-Middleware-SocketIO/Makefile index 4225bf74b3c6..5f4b8db2d92c 100644 --- a/www/p5-Plack-Middleware-SocketIO/Makefile +++ b/www/p5-Plack-Middleware-SocketIO/Makefile @@ -22,7 +22,8 @@ RUN_DEPENDS= \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Plack::Middleware::SocketIO.3 \ Plack::Middleware::SocketIO::Base.3 \ |