freebsd-ports/textproc/rubygem-nokogumbo/Makefile
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

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>