pkgsrc/textproc/ruby-hpricot/Makefile
jperkin 9e7a1ba4b9 Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so.  This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2014-03-13 11:08:49 +00:00

17 lines
402 B
Makefile

# $NetBSD: Makefile,v 1.12 2014/03/13 11:08:53 jperkin 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
USE_GCC_RUNTIME= yes
post-extract:
${FIND} ${WRKSRC} -type f -exec ${CHMOD} g-w {} \;
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"