blob: 9657734ee748359f1e9aba76279db7c5fe90945f (
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
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"
NO_STAGE= yes
.include <bsd.port.mk>
|