66c9583833
Change RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED for better wording.
17 lines
432 B
Makefile
17 lines
432 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/03/18 14:21:22 taca Exp $
|
|
|
|
DISTNAME= rails-deprecated_sanitizer-1.0.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rails/rails-deprecated_sanitizer
|
|
COMMENT= Deprecated sanitizer API extracted from Action View
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
|
|
|
|
RUBY_RAILS_ACCEPTED= 42
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|