aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-ruby-augeas/Makefile
blob: dc4aa861c7028f39b08aac2e229a5b401e3f155d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Russell Jackson <raj@csub.edu>

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>