pkgsrc/www/ruby-css-parser/Makefile
taca 2fcac42a1a Update ruby-css-parser to 1.5.0.
Version 1.5.0

* Extended color keywords support (https://www.w3.org/TR/css3-color/).
* remove_rule_set! method added.
* :capture_offsets feature added.
2017-04-22 16:58:14 +00:00

15 lines
411 B
Makefile

# $NetBSD: Makefile,v 1.17 2017/04/22 16:58:14 taca Exp $
DISTNAME= css_parser-1.5.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/premailer/css_parser
COMMENT= Ruby CSS parser
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=0:../../net/ruby-addressable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"