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

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

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

BUILD_DEPENDS=  rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri
RUN_DEPENDS=    rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri

USES=       pkgconfig
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>