pkgsrc/devel/ruby-activesupport52/Makefile
taca 4f6a6560dd devel/ruby-activesupport52: add version 5.2.2 package
Add ruby-activesupport52 version 5.2.2 package.

A toolkit of support libraries and Ruby core extensions extracted from
the Rails framework. Rich support for multibyte strings,
internationalization, time zones, and testing.

This is for Ruby on Rails 5.2.
2019-03-03 14:44:26 +00:00

24 lines
814 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/03/03 14:44:26 taca Exp $
DISTNAME= activesupport-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.rubyonrails.org/
COMMENT= Toolkit of support libraries (part of Rails 5.2)
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.7<2:../../devel/ruby-i18n
DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0.2:../../devel/ruby-concurrent-ruby
DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo1>=1.1<2:../../time/ruby-tzinfo1
# minitest 5.4.3 is bundlerd with Ruby 2.2 and later.
#DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=5.1<6:../../devel/ruby-minitest
USE_LANGUAGES= # none
RUBY_RAILS_ACCEPTED= 52
RUBY_RAILS_STRICT_DEP= yes
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"