pkgsrc/devel/ruby-activemodel52/Makefile
taca aec903eca9 devel/ruby-activemodel52: add version 5.2.2 package
Add ruby-activemodel52 version 5.2.2 package.

Active Model provides a known set of interfaces for usage in model classes.
They allow for Action Pack helpers to interact with non-ActiveRecord models,
for example. Active Model also helps building custom ORMs for use outside of
the Rails framework.

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

20 lines
524 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/03/03 14:45:53 taca Exp $
DISTNAME= activemodel-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-activemodel${RUBY_RAILS}-${RAILS_VERSION}
CATEGORIES= devel
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_ACTIVESUPPORT_DEPENDS}
USE_LANGUAGES= # none
RUBY_RAILS_ACCEPTED= 52
RUBY_RAILS_STRICT_DEP= yes
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"