mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
Changes: https://github.com/xml4r/libxml-ruby/blob/master/HISTORY https://xml4r.github.io/libxml-ruby/HISTORY.html
17 lines
378 B
Makefile
17 lines
378 B
Makefile
PORTNAME= libxml-ruby
|
|
PORTVERSION= 5.0.2
|
|
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>
|