freebsd-ports/textproc/rubygem-libxml-ruby/Makefile
Palle Girgensohn 84e966a3c6 textproc/rubygem-libxml-ruby: Fix build problem
Fix build problem.

Approved by:	maintainer timeout
Submitted by:	Xin Li <delphij@>
PR:		277278
2024-03-01 10:01:41 +01:00

18 lines
394 B
Makefile

PORTNAME= libxml-ruby
PORTVERSION= 5.0.2
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby language bindings for the GNOME Libxml2 XML toolkit
WWW= https://xml4r.github.io/libxml-ruby/ \
https://github.com/xml4r/libxml-ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem gnome
USE_GNOME= libxml2
.include <bsd.port.mk>