5159b52a56
3.4.0 (2021-2-22) * Keep current scope when calling `roots` [Petrik de Heus](https://github.com/p8) * STI record now can update counter cache correctly [Issei Murasawa](http://github.com/issei-m) * [Compare to 3.3.1](https://github.com/collectiveidea/awesome_nested_set/compare/v3.3.1...v3.4.0)
17 lines
449 B
Makefile
17 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.17 2021/02/28 13:21:24 taca Exp $
|
|
|
|
DISTNAME= awesome_nested_set-3.4.0
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/collectiveidea/awesome_nested_set
|
|
COMMENT= Awesome nested set implementation for Active Record
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS}
|
|
|
|
USE_LANGUAGES= # none
|
|
RUBY_RAILS_ACCEPTED= # empty
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|