e2d65b0ed5
Changes: https://github.com/faye/websocket-extensions-ruby/blob/master/CHANGELOG.md Security: ca8327f7-a5a5-11ea-a860-08002728f74c MFH: 2020Q2
20 lines
317 B
Makefile
20 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= websocket-extensions
|
|
PORTVERSION= 0.1.5
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Generic extension manager for WebSocket connections
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|