summaryrefslogtreecommitdiff
path: root/textproc/ruby-nokogiri/Makefile
blob: 158598169a233ba6ab14a2daff5890e4796ad692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.23 2014/12/10 01:54:33 schmonz Exp $

DISTNAME=	nokogiri-1.6.1
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

CONFLICTS+=	ruby[1-9][0-9][0-9]-nokogiri-[0-9]*

DEPENDS+=	${RUBY_PKGPREFIX}-mini_portile>=0.5.0<0.6.2:../../misc/ruby-mini_portile

USE_GCC_RUNTIME=	yes
MAKE_ENV+=		NOKOGIRI_USE_SYSTEM_LIBRARIES=yes
OVERRIDE_GEMSPEC=	:files ports/archives/libxml2-2.8.0.tar.gz= \
				ports/archives/libxslt-1.1.26.tar.gz=
RUBY_VERSION_SUPPORTED=	200 193 21

.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"