pkgsrc/www/ruby-loofah/Makefile
taca 1c8b89ee9c www/ruby-loofah: update to 2.4.0
Update ruby-loofah to 2.4.0.


## 2.4.0 / 2019-11-25

### Features

* Allow CSS property `max-width` [#175] (Thanks, @bchaney!)
* Allow CSS sizes expressed in `rem` [#176, #177]
* Add `frozen_string_literal: true` magic comment to all `lib` files. [#118]
2020-03-21 17:01:18 +00:00

17 lines
470 B
Makefile

# $NetBSD: Makefile,v 1.7 2020/03/21 17:01:18 taca Exp $
DISTNAME= loofah-2.4.0
CATEGORIES= www
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/kieranmasterton/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"