# -*- 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 91574 2012-04-05 20:39:53Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

name                tpkg
version             2.3.2
categories          sysutils
maintainers         aput.net:jheiss openmaintainer 
supported_archs     noarch
license             MIT

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:project/tpkg/tpkg/${version}

checksums           rmd160  b195513a268bc09b7fa613bac404da548ec9e53d \
                    sha256  f33b248da7e43b0a18d6fc83d09b33c0d810e0f081db7955c9e2118398955ba3

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
