pkgsrc/www/ruby-actioncable52/Makefile
taca 9533ff820b www/ruby-actioncable52: add version 5.2.2 package
Add ruby-actioncable52 version 5.2.2 package.

# Action Cable – Integrated WebSockets for Rails

Action Cable seamlessly integrates WebSockets with the rest of your Rails
application.  It allows for real-time features to be written in Ruby in the
same style and form as the rest of your Rails application, while still being
performant and scalable.  It's a full-stack offering that provides both a
client-side JavaScript framework and a server-side Ruby framework.  You have
access to your full domain model written with Active Record or your ORM of
choice.

This is for Ruby on Rails 5.2.
2019-03-03 14:53:04 +00:00

22 lines
663 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/03/03 14:53:04 taca Exp $
DISTNAME= actioncable-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-actioncable${RUBY_RAILS}-${RAILS_VERSION}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.rubyonrails.org/
COMMENT= Toolkit for building modeling frameworks (part of Rails 5.2)
LICENSE= mit
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-nio4r>=2.0:../../net/ruby-nio4r
DEPENDS+= ${RUBY_PKGPREFIX}-websocket-driver>=0.6.1:../../www/ruby-websocket-driver
USE_LANGUAGES= # none
RUBY_RAILS_ACCEPTED= 52
RUBY_RAILS_STRICT_DEP= yes
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"