e64bfb22e8
* Add LICENSE. * Remove default value of GEM_BUILD.
15 lines
376 B
Makefile
15 lines
376 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/09/10 08:13:52 taca Exp $
|
|
|
|
DISTNAME= hpricot-0.8.2
|
|
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"
|