# -*- 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
# $Id: Portfile 78068 2011-04-21 23:52:40Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

name                tpkg
version             2.2.4
categories          sysutils
maintainers         aput.net:jheiss openmaintainer 
supported_archs     noarch

description         Tpkg is an application packaging and deployment tool.

long_description    Tpkg is a cross-platform tool for packaging and \
                    deploying applications. It is designed to work \
                    alongside your operating system's packaging tool. \
                    The deployment features in tpkg are designed to \
                    scale to deployments across hundreds or thousands \
                    of systems.

homepage            http://tpkg.sourceforge.net/
platforms           darwin

master_sites        sourceforge

checksums           sha1    da37d99db812a4f78659e35c147211562cb272f1 \
                    rmd160  23feb47fb9ca88724a3f88d35e512962fdbbffdc

depends_build       port:rb-rake
depends_run         port:facter

worksrcdir          ${worksrcdir}/client
use_configure       no
build               {}
destroot.cmd        ${prefix}/bin/rake
destroot.target     install\[${destroot}\]
destroot.destdir
