8c23221e0f
Too many changes, see: http://github.com/hpricot/hpricot/blob/master/CHANGELOG
17 lines
450 B
Makefile
17 lines
450 B
Makefile
# $NetBSD: Makefile,v 1.5 2009/11/23 14:40:02 fhajny Exp $
|
|
|
|
DISTNAME= hpricot-0.8.2
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://wiki.github.com/hpricot/hpricot
|
|
COMMENT= Fast, enjoyable HTML parser for Ruby
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
post-extract:
|
|
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|