This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
21 lines
440 B
Makefile
21 lines
440 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
PORTNAME= nokogumbo
|
|
PORTVERSION= 2.0.5
|
|
PORTREVISION= 2
|
|
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>=1.8.4<2:textproc/rubygem-nokogiri
|
|
|
|
USES= gem gnome pkgconfig
|
|
USE_GNOME= libxml2
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|