pkgsrc/www/ruby-csspool/Makefile
taca 12b224a760 Update of ruby-csspool to 3.0.1.
== 3.0.1

* New Features

  * 'Minified' CSS output: passing :minify => true to a to_css call will omit
  line breaks
  * Added Gemfile

* Bugfixes

  * Parse properties without semi-colons at the end of a declaration.
  [stereobooster]
  * Handle whitespaces after properties [stereobooster]
2012-06-02 01:17:21 +00:00

12 lines
287 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/06/02 01:17:21 taca Exp $
DISTNAME= csspool-3.0.1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://csspool.rubyforge.org/
COMMENT= CSSPool is a CSS parser
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"