Ticket #22919: Portfile

File Portfile, 1.3 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                tpkg
8version             1.16.2
9categories          sysutils
10maintainers         aput.net:jheiss openmaintainer
11
12description         Tpkg is an application packaging and deployment tool.
13
14long_description    Tpkg is a cross-platform tool for packaging and \
15                    deploying applications. It is designed to work \
16                    alongside your operating system's packaging tool. \
17                    The deployment features in tpkg are designed to \
18                    scale to deployments across hundreds or thousands \
19                    of systems.
20
21homepage            http://tpkg.sourceforge.net/
22platforms           darwin
23
24master_sites        sourceforge
25
26checksums           md5     90a60158233356b33fead1721cd5e228 \
27                    sha1    4f5673b5c70d01662d2d66f8690c620d64cf829e \
28                    rmd160  42203045dced07e5ca109ee94aecce4752940718
29
30depends_build       port:rb-rake
31depends_run         port:facter
32
33worksrcdir          ${worksrcdir}/client
34use_configure       no
35build               {}
36destroot.cmd        ${prefix}/bin/rake
37destroot.target     install\[${destroot}\]
38destroot.destdir
39