Ticket #23368: Portfile

File Portfile, 1.5 KB (added by jheiss (Jason Heiss), 14 years ago)
Line 
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
4PortSystem          1.0
5PortGroup           ruby 1.0
6
7name                etch
8version             3.15.0
9categories          sysutils
10maintainers         aput.net:jheiss openmaintainer
11
12description         Etch is a system configuration management tool.
13
14long_description    Etch is a tool for managing the configuration of \
15                    Unix systems. Etch can manage text or binary \
16                    files, links and directories. The contents of \
17                    files can be supplied from static files or \
18                    generated on the fly by scripts or templates. \
19                    Permissions and ownership as well as any pre or \
20                    post commands to run when updating the file are \
21                    configured in simple XML files.
22
23homepage            http://etch.sourceforge.net/
24platforms           darwin
25
26master_sites        sourceforge
27
28checksums           md5     2e1a8eeab7f1d7a861e4ed0c9d13d703 \
29                    sha1    802682c80c913d7983cb4198ada1134f0b20f3f3 \
30                    rmd160  661e86f32816385fea61f23c6fd883316c3f8144
31
32depends_build       port:rb-rake
33depends_run         port:facter
34
35worksrcdir          ${worksrcdir}/client
36use_configure       no
37build               {}
38destroot.cmd        ${prefix}/bin/rake
39destroot.target     install\[${destroot}\]
40destroot.destdir
41