pkgsrc/databases/ruby-arel-helpers/Makefile
taca 28ea046a7c databases/ruby-arel-helpers: update to 2.6.1
pkgsrc change:

* Update HOMEPAGE
* Add LICENSE
* Support multiple rails.

2.6.1

* Fix homepage URL in gemspec.

2.6.0

* Add the join alias helper.
* Add ability to pass table aliases to join_association.

2.5.0

* Add license information to gemspec so it is parsed by verifiers
  (@petergoldstein #31)
* Update QueryBuilder#reflect to create deep copy of builder (@wycleffsean
  #32)
2018-03-21 10:21:20 +00:00

16 lines
390 B
Makefile

# $NetBSD: Makefile,v 1.3 2018/03/21 10:21:20 taca Exp $
DISTNAME= arel-helpers-2.6.1
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}
RUBY_RAILS_ACCEPTED= 42 51
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"