# -*- 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.2.25
revision            0
checksums           rmd160  838b47fc8768d5c2518f8500d23368bf130d6298 \
                    sha256  df47e3bdeda6beb517c67b444ae69e5beb4bb437579e9239b1b5400ce6eb21eb \
                    size    356089

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 \
                    313

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