summaryrefslogtreecommitdiff
path: root/textproc/rubygem-ruby-augeas/Makefile
blob: 87a4aa1d96051fe85b96d55b0ec4fcb5cd625f38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	ruby-augeas
PORTVERSION=	0.6.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby bindings for Augeas
WWW=		https://augeas.net/ \
		https://github.com/hercules-team/ruby-augeas

LICENSE=	LGPL21

LIB_DEPENDS=	libaugeas.so:textproc/augeas

USES=		gem gnome pkgconfig
USE_GNOME=	libxml2

CONFIGURE_ARGS=	--with-opt-include=${LOCALBASE}/include/libxml2

.include <bsd.port.mk>