# -*- 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           cmake 1.1

github.setup        mfontanini libtins 4.2 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            1
categories          devel net
license             BSD
maintainers         {l2dy @l2dy} openmaintainer
description         high-level, multiplatform C++ network packet sniffing and crafting library
long_description    ${name} is a {*}${description}.
homepage            https://libtins.github.io/

checksums           rmd160  394fe84ad006887761dc8f83903a286c67d49e71 \
                    sha256  460869d24216239cc0d9a3af9c3990b002c156a3b4dacac7fbcaf8405119f425 \
                    size    371212

depends_lib         port:libpcap \
                    path:lib/libssl.dylib:openssl
