# -*- 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           github 1.0
PortGroup           python 1.0

github.setup        solderpunk vf-1 0.0.11 v
revision            1
categories          net python
platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         {@ryanakca debian.org:rak}
description         command-line gopher client
long_description    A full-featured gopher client. VF-1's features include:\
                    \n* Bookmarking\
                    \n* Configurable MIME-type handlers\
                    \n* Line wrapping\
                    \n* TLS support\
                    \n* visiting a queue of links (the "tour" feature)\
                    \n* Veronica search

github.tarball_from archive

python.default_version     39

checksums           rmd160  2f569ef10cc28a21a18b099fdecd3f1ec774cff4 \
                    sha256  021d2020cddb5ef83e9c26038df95bbb4a6ad9c4cdc7303cbda9c4129856db0e \
                    size    19400

depends_build-append port:py${python.version}-setuptools

# We need gnureadline due to https://trac.macports.org/ticket/47827
depends_lib         port:py${python.version}-gnureadline
