You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
28 lines
931 B
Tcl
28 lines
931 B
Tcl
# -*- 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 any}
|
|
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
|