# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0
PortGroup           deprecated 1.0

name                py-daemon
version             1.0.1
platforms           darwin
supported_archs     noarch
license             BSD
maintainers         nomaintainer

description         Module to daemonize the calling process
long_description    ${description}
homepage            http://www.clapper.org/software/python/daemon/

master_sites        macports_distfiles
distname            daemon-${version}
checksums           md5     ad7881c901f1f70410e6d73a1b2272e4 \
                    sha1    6fffc0cd7c0267c9ffa1f994f7663ee3aa6ee672 \
                    rmd160  3306f3b1362f14296472577d9eeba213ae2530b5

deprecated.upstream_support no
livecheck.type      none

python.versions     27