e5b231bba6
Update ruby-awesome_nested_set to 3.2.1. 3.2.1 * Don't reload in after_save callback. [Petrik de Heus](https://github.com/p8) * Fix deprecation warning "Passing a range to `#in` is deprecated". [Konstantin Mochalov](https://github.com/kolen) * [Compare to 3.2.0](https://github.com/collectiveidea/awesome_nested_set/compare/v3.2.0...v3.2.1)
20 lines
518 B
Makefile
20 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.15 2020/08/09 15:05:22 taca Exp $
|
|
|
|
DISTNAME= awesome_nested_set-3.2.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= databases ruby
|
|
|
|
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= # defined
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|