9a48539d43
2.12.0 (2021-08-11) Features * Support empty HTML5 data attributes. [#215] 2.11.0 (2021-07-31) Features * Allow HTML5 element wbr. * Allow all CSS property values for border-collapse. [#201] Changes * Deprecating Loofah::HTML5::SafeList::VOID_ELEMENTS which is not a canonical list of void HTML4 or HTML5 elements. * Removed some elements from Loofah::HTML5::SafeList::VOID_ELEMENTS that either are not acceptable elements or aren't considered "void" by libxml2.
17 lines
468 B
Makefile
17 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.14 2021/09/19 17:53:13 taca Exp $
|
|
|
|
DISTNAME= loofah-2.12.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/flavorjones/loofah
|
|
COMMENT= HTML sanitizer for Rails applications
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.5.9:../../textproc/ruby-nokogiri
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-crass>=1.0.2<1.1:../../www/ruby-crass
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|