pkgsrc/www/ruby-css-parser/Makefile
taca 114fee430b Update ruby-css-parser to 1.3.7.
- Fix regex for some things being malformed, along with also putting in a few
  cases not specified for brackets
2015-10-04 13:48:25 +00:00

15 lines
411 B
Makefile

# $NetBSD: Makefile,v 1.13 2015/10/04 13:48:25 taca Exp $
DISTNAME= css_parser-1.3.7
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"