pkgsrc/www/ruby-css-parser/Makefile
taca 6999924fb1 Update ruby-css-parser to 1.4.6.
* Handling nil order in split_declaration.
* Normalize whitespace in selectors and queries.
2016-10-24 14:18:10 +00:00

15 lines
411 B
Makefile

# $NetBSD: Makefile,v 1.15 2016/10/24 14:18:10 taca Exp $
DISTNAME= css_parser-1.4.6
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"