mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- Update LICENSE - Take maintainership Changes: https://github.com/faye/websocket-extensions-ruby/blob/master/CHANGELOG.md
18 lines
282 B
Makefile
18 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= websocket-extensions
|
|
PORTVERSION= 0.1.4
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Generic extension manager for WebSocket connections
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|