You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-getargs
|
|
version 2.14
|
|
revision 1
|
|
platforms darwin
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
description command line parser for python
|
|
long_description This module implements a Command Line Parser class that \
|
|
applications can use to parse command line arguments in \
|
|
sys.argv. getargs is designed as a considerably more powerful \
|
|
and flexible alternative to the standard getopt module.
|
|
|
|
homepage http://iamroot.beigetower.org/getargs.html
|
|
master_sites http://iamroot.beigetower.org/pkgs/getargs/ freebsd
|
|
distname getargs-${version}
|
|
checksums md5 a492922d830e37c5e5026be7a27bc925
|
|
use_bzip2 yes
|
|
|
|
python.versions 27
|
|
|
|
livecheck.type none
|
|
|
|
if {${name} ne ${subport}} {
|
|
post-destroot {
|
|
xinstall -m 644 -W ${worksrcpath} CHANGELOG INSTALL README \
|
|
${destroot}${prefix}/share/doc/${subport}
|
|
}
|
|
}
|