mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
While here, mark textproc/rubygem-nokogumbo as BROKEN because build fails with clean latest ports tree and all supported ruby versions. ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md PR: 276884 Approved by: sunpoet (ruby@, maintainer) Exp-run by: antoine
23 lines
565 B
Makefile
23 lines
565 B
Makefile
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
|
|
WWW= https://github.com/rubys/nokogumbo
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
DEPRECATED= Upstream has merged into textproc/rubygem-nokogiri
|
|
EXPIRATION_DATE= 2025-03-31
|
|
BROKEN= Build fails with all supported Ruby versions
|
|
|
|
RUN_DEPENDS= rubygem-nokogiri>=1.8.4<2:textproc/rubygem-nokogiri
|
|
|
|
USES= gem gnome pkgconfig
|
|
USE_GNOME= libxml2
|
|
|
|
.include <bsd.port.mk>
|