# -*- 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 61984 2009-12-27 02:48:05Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

name                tpkg
version             1.16.2
categories          sysutils
maintainers         aput.net:jheiss openmaintainer 

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           md5     90a60158233356b33fead1721cd5e228 \
                    sha1    4f5673b5c70d01662d2d66f8690c620d64cf829e \
                    rmd160  42203045dced07e5ca109ee94aecce4752940718

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
