pkgsrc/www/ruby-cssmin/Makefile
taca b13d2d7c0c Update ruby-cssmin to 1.0.3.
## 1.0.3 (2013-03-14)

* Fixed a bug that broke media queries. [Rob]
* Fixed a bug that caused the input string to be modified when modifications
  should only have been made to a copy.
2013-03-17 15:53:21 +00:00

12 lines
305 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/03/17 15:53:21 taca Exp $
DISTNAME= cssmin-1.0.3
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/rgrove/cssmin/
COMMENT= Ruby library for minifying CSS
LICENSE= modified-bsd
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"