mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
- Update WWW - Clean up Makefile Changes: https://github.com/hercules-team/ruby-augeas/releases
20 lines
423 B
Makefile
20 lines
423 B
Makefile
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>
|