1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup Ruby 1.0 |
---|
6 | |
---|
7 | ruby.setup ruby-augeas 0.3.0 extconf.rb {} ruby |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | supported_archs noarch |
---|
11 | description Augeas Ruby Bindings |
---|
12 | long_description Tool to edit configuration files. The bindings to work with ruby applications such as puppet. |
---|
13 | homepage http://augeas.net |
---|
14 | master_sites http://augeas.net/download/ruby/ |
---|
15 | extract.suffix .tgz |
---|
16 | checksums md5 bdeeb2b99f962a453259748073495d3f |
---|
17 | |
---|