mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
ffb7170399
With hat: portmgr
23 lines
494 B
Makefile
23 lines
494 B
Makefile
# Created by: Russell Jackson <raj@csub.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ruby-augeas
|
|
PORTVERSION= 0.5.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= http://download.augeas.net/ruby/
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby bindings for Augeas
|
|
|
|
LIB_DEPENDS= libaugeas.so:${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>
|