pkgsrc/www/ruby-rails-deprecated_sanitizer/Makefile
taca 66c9583833 lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED
Change RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED for better wording.
2018-03-18 14:21:19 +00:00

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"