freebsd-ports/www/p5-Plack-Middleware-SocketIO/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

26 lines
543 B
Makefile

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