# -*- 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 PortGroup github 1.0 github.setup dbcli litecli 1.9.0 v revision 0 categories databases python maintainers nomaintainer license BSD platforms {darwin any} supported_archs noarch description CLI for SQLite Databases with auto-completion and syntax highlighting long_description {*}${description} homepage https://litecli.com/ checksums rmd160 c446258ef99de07b93a3f030255d12239fa2aa07 \ sha256 5b87a199f51803cdc1968778f81bc8e126f780c146cb7838dad4c8c9d18fbb36 \ size 885382 github.tarball_from archive variant python38 conflicts python39 python310 python311 description "Use Python 3.8" {} variant python39 conflicts python38 python310 python311 description "Use Python 3.9" {} variant python310 conflicts python38 python39 python311 description "Use Python 3.10" {} variant python311 conflicts python38 python39 python310 description "Use Python 3.11" {} if {[variant_isset python38]} { python.default_version 38 } elseif {[variant_isset python39]} { python.default_version 39 } elseif {[variant_isset python310]} { python.default_version 310 } else { default_variants +python311 python.default_version 311 } depends_lib-append port:py${python.version}-cli-helpers \ port:py${python.version}-click \ port:py${python.version}-configobj \ port:py${python.version}-prompt_toolkit \ port:py${python.version}-pygments \ port:py${python.version}-setuptools \ port:py${python.version}-sqlparse post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} CHANGELOG.md README.md \ LICENSE CONTRIBUTING.md ${destroot}${docdir} }