freebsd-ports/textproc/rubygem-ruby-augeas/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

21 lines
425 B
Makefile

# Created by: Russell Jackson <raj@csub.edu>
PORTNAME= ruby-augeas
PORTVERSION= 0.5.0
PORTREVISION= 3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby bindings for Augeas
LICENSE= LGPL21
LIB_DEPENDS= libaugeas.so:textproc/augeas
CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include/libxml2"
USE_GNOME= libxml2
USE_RUBY= yes
USES= gem gnome pkgconfig
.include <bsd.port.mk>