pkgsrc/textproc/ruby-hpricot/Makefile
taca 4b71e0fbd5 Update ruby-hpricot to 0.8.6.
= 0.8.6
=== 17 January 2012
* Allow any tags to contain unknown tags (Steven Parkes)
2012-03-18 02:44:58 +00:00

15 lines
377 B
Makefile

# $NetBSD: Makefile,v 1.11 2012/03/18 02:44:58 taca Exp $
DISTNAME= hpricot-0.8.6
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"