mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
25 lines
785 B
Makefile
25 lines
785 B
Makefile
# $NetBSD: Makefile,v 1.31 2016/03/15 15:45:46 taca Exp $
|
|
|
|
DISTNAME= nokogiri-1.6.7.2
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://nokogiri.org/
|
|
COMMENT= HTML, XML, SAX, and Reader parser with XPath and CSS selector support
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mini_portile2>=2.0.0:../../misc/ruby-mini_portile2
|
|
OVERRIDE_GEMSPEC= mini_portile2>=2.0.0
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
USE_TOOLS+= pkg-config
|
|
MAKE_ENV+= NOKOGIRI_USE_SYSTEM_LIBRARIES=yes
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
OVERRIDE_GEMSPEC+= :files ports/archives/libxml2-2.9.2.tar.gz= \
|
|
ports/archives/libxslt-1.1.28.tar.gz=
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|