pkgsrc/www/ruby-crass/Makefile
taca 99f2e524ae www/ruby-crass: update to 1.0.6
Update ruby-crass to 1.0.6.


1.0.6 (2020-01-12)
------------------

* Number values are now limited to a maximum of `Float::MAX` and a minimum of
  negative `Float::MAX`. (#11)

* Added project metadata to the gemspec. (#9 - @orien)


1.0.5 (2019-10-15)
------------------

* Removed test files from the gem. [@t-richards - #8][8]

[8]:https://github.com/rgrove/crass/pull/8


1.0.4 (2018-04-08)
------------------

* Fixed whitespace warnings. (#7 - @yahonda)
2020-05-17 15:40:48 +00:00

15 lines
335 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/05/17 15:40:48 taca Exp $
DISTNAME= crass-1.0.6
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rgrove/crass/
COMMENT= CSS parser based on the CSS Syntax Level 3 spec
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"