pkgsrc/www/ruby-css-parser/Makefile
taca d8d78c463c Update ruby-css-parser to 1.3.6.
### Version 1.3.6

 * Fix bug not setting general rules after media query @jievans.
 * We doesn't support Ruby 1.8 anymore.
 * Run tests on Ruby 2.0 and Ruby 2.1.
 * Respect the :import option.
2015-02-05 15:30:35 +00:00

17 lines
446 B
Makefile

# $NetBSD: Makefile,v 1.11 2015/02/05 15:30:35 taca Exp $
DISTNAME= css_parser-1.3.6
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/alexdunae/css_parser
COMMENT= Ruby CSS parser
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=0:../../net/ruby-addressable
RUBY_VERSION_SUPPORTED= 200 193 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"