# -*- 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 79269 2011-06-07 21:04:29Z ryandesign@macports.org $

PortSystem          1.0

name                duply
version             1.5.5.1
platforms           darwin
categories          sysutils
platforms           darwin
maintainers         technokracy.net:grrr
supported_archs     noarch

description         Duply is a shell front end for the duplicity backup tool.

long_description    Duply greatly simplifies duplicity's usage by \
                    implementing backup job profiles, batch commands and more.

homepage            http://duply.net
master_sites        sourceforge:ftplicity

extract.suffix      .tgz
distname            ${name}_${version}

checksums           sha1    ea073f402e8a55640a58420b8091f436079554c4 \
                    rmd160  f80fdbc26c2b1a3047287cde7ead502c918d5de4

depends_run         port:duplicity

use_configure       no

build               {}

destroot {
    xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
