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)
18 lines
416 B
Makefile
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"
|