summaryrefslogtreecommitdiff
path: root/devel/ruby-activesupport60/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-activesupport60/Makefile')
-rw-r--r--devel/ruby-activesupport60/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/ruby-activesupport60/Makefile b/devel/ruby-activesupport60/Makefile
new file mode 100644
index 00000000000..a21e820143c
--- /dev/null
+++ b/devel/ruby-activesupport60/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2020/03/20 16:45:40 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 6.0)
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.7<2:../../devel/ruby-i18n
+# minitest 5.4.3 is bundlerd with Ruby 2.2 and later.
+#DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=5.1<6:../../devel/ruby-minitest
+DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo1>=1.1<2:../../time/ruby-tzinfo1
+DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0.2:../../devel/ruby-concurrent-ruby
+DEPENDS+= ${RUBY_PKGPREFIX}-zeitwerk>=2.2<3:../../devel/ruby-zeitwerk
+
+USE_LANGUAGES= # none
+
+RUBY_RAILS_ACCEPTED= 60
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"