forked from Lainports/freebsd-ports
27 lines
637 B
Makefile
27 lines
637 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= actioncable
|
|
PORTVERSION= 6.1.4.4
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 61
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Integrated WebSockets for Rails
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}:www/rubygem-actionpack61 \
|
|
rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \
|
|
rubygem-nio4r>=2.0<3:devel/rubygem-nio4r \
|
|
rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^6\.1\.
|
|
|
|
.include <bsd.port.mk>
|