2115bf55ba
Update ruby-activemodel51 to 5.1.7. pkgsrc change: add "USE_LANGAUGES= # none". * No change except version.
20 lines
524 B
Makefile
20 lines
524 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/03/20 15:25:50 taca Exp $
|
|
|
|
DISTNAME= activemodel-${RAILS_VERSION}
|
|
PKGNAME= ${RUBY_PKGPREFIX}-activemodel${RUBY_RAILS}-${RAILS_VERSION}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.rubyonrails.org/
|
|
COMMENT= Toolkit for building modeling frameworks (part of Rails 5.1)
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
RUBY_RAILS_ACCEPTED= 51
|
|
RUBY_RAILS_STRICT_DEP= yes
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|