# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-cligj version 0.4.0 revision 0 categories-append gis platforms darwin license BSD python.versions 27 34 35 maintainers stromnov openmaintainer description Click params for commmand line interfaces to GeoJSON long_description ${description} homepage https://github.com/mapbox/cligj master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 620dd08455e3af41a714ee93c9bbdaa1469d50f9 \ sha256 12ad07994f5c1173b06087ffbaacec52f9ebe4687926e5aacfc22b6b0c8b3f54 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-click livecheck.type none } else { livecheck.type pypi }