opnsense-ports/textproc/rubygem-ruby-augeas/Makefile
Franco Fichtner d1106402b4 */*: sync with upstream
Taken from: HardenedBSD
2019-11-10 18:11:48 +01:00

22 lines
437 B
Makefile

# Created by: Russell Jackson <raj@csub.edu>
# $FreeBSD$
PORTNAME= ruby-augeas
PORTVERSION= 0.5.0
PORTREVISION= 2
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>