freebsd-ports/textproc/rubygem-libxml-ruby/Makefile
Matthias Fechner 247c7db751 textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
2022-03-26 09:27:27 +01:00

19 lines
356 B
Makefile

# Created by: Michael Schout <mschout@gkg.net>
PORTNAME= libxml-ruby
PORTVERSION= 3.2.1
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby bindings for the GNOME Libxml2 toolkit
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem gnome
USE_GNOME= libxml2
USE_RUBY= yes
.include <bsd.port.mk>