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

PORTNAME=	ruby-augeas
PORTVERSION=	0.5.0
PORTREVISION=	1
CATEGORIES=	textproc rubygems
MASTER_SITES=	http://download.augeas.net/ruby/

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby bindings for Augeas

LIB_DEPENDS=	augeas:${PORTSDIR}/textproc/augeas

USE_RUBY=	yes
USE_RUBYGEMS=	yes
USES=		pkgconfig
USE_GNOME=	libxml2
RUBYGEM_AUTOPLIST=	yes
CONFIGURE_ARGS+=	--with-opt-include="${LOCALBASE}/include/libxml2"

.include <bsd.port.mk>