pkgsrc/databases/ruby-arel-helpers/Makefile
taca 29ee2e0f3f databases/ruby-arel-helpers: update to 2.12.0
2.12.0 (2020-12-21)

* Streamline spec setup using appraisal, combustion and database_cleaner
  gems (@hasghari #45)
* Add support for Rails 6.1 (@hasghari #45)
2021-01-10 14:12:20 +00:00

18 lines
416 B
Makefile

# $NetBSD: Makefile,v 1.7 2021/01/10 14:12:20 taca Exp $
DISTNAME= arel-helpers-2.12.0
CATEGORIES= databases
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/camertron/arel-helpers
COMMENT= Tools to help construct database queries
LICENSE= mit
DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS}
USE_LANGUAGES= # none
RUBY_RAILS_ACCEPTED= # empty
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"