pkgsrc/textproc/ruby-hpricot/Makefile
taca 91c4d11ec3 Update ruby-hpricot package to 0.8.5.
= 0.8.5
=== 29 November 2011
* Remove escaped quote (\') from matching (#55)
* Fix 'undefined method downcase for nil:NilClass' on JRuby (#58)
* Unescape hex numeric character references
2011-12-15 16:02:33 +00:00

15 lines
377 B
Makefile

# $NetBSD: Makefile,v 1.10 2011/12/15 16:02:33 taca Exp $
DISTNAME= hpricot-0.8.5
CATEGORIES= textproc
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://wiki.github.com/hpricot/hpricot
COMMENT= Fast, enjoyable HTML parser for Ruby
LICENSE= mit
post-extract:
${FIND} ${WRKSRC} -type f -exec ${CHMOD} g-w {} \;
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"