# -*- 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                exabgp
version             4.1.2
revision            0
checksums           rmd160  414ad0a51ecf6c771e83f55b7a8787c59fd1cef9 \
                    sha256  477bdc9120f3a5f62510fe9ca0350f9017eaf80dfb5c7776982c29675ec91a17 \
                    size    385777

categories          net
license             BSD
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer

description         BGP swiss army knife

long_description    Control your network using BGP from any commodity servers and reap \
                    the benefit of software defined networking without OpenFlow. Receive \
                    parsed BGP updates in friendly form (plain text or JSON) and \
                    manipulate them with simple scripts.

homepage            https://github.com/Exa-Networks/exabgp

python.default_version \
                    38

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