freebsd-ports/www/p5-Plack-Middleware-SocketIO/Makefile
Sunpoet Po-Chuan Hsieh de91fc8a0b - Add LICENSE
- Use converters/p5-JSON instead of outdated converters/p5-JSON1
- Support STAGEDIR
- Bump PORTREVISION for dependency change

This port seems to be the only customer of converters/p5-JSON1.
converters/p5-JSON1 can be removed after this update.

PR:		ports/183752
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 24 days)
2013-12-01 18:39:30 +00:00

26 lines
601 B
Makefile

# $FreeBSD$
PORTNAME= Plack-Middleware-SocketIO
PORTVERSION= 0.00904
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for Socket.IO Plack middleware
LICENSE= BSD
RUN_DEPENDS= \
p5-AnyEvent>0:${PORTSDIR}/devel/p5-AnyEvent \
p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
p5-Plack>0:${PORTSDIR}/www/p5-Plack \
p5-Protocol-WebSocket>=0.00901:${PORTSDIR}/www/p5-Protocol-WebSocket \
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>