aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-nokogumbo/Makefile
blob: feef4e30ac60746f05c3d2afed414fc4431b3e62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$

PORTNAME=	nokogumbo
PORTVERSION=	1.4.10
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Nokogiri interface to the Gumbo HTML5 parser

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-nokogiri>=0:textproc/rubygem-nokogiri

CFLAGS+=	-I${LOCALBASE}/include/libxml2/libxml

USE_RUBY=	yes
USES=		gem pkgconfig

.include <bsd.port.mk>