# -*- 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 muniversal 1.0 # In case releases are not frequent, fall back to the stable branch. # https://doc.libsodium.org/installation github.setup jedisct1 libsodium 1.0.20 "" -RELEASE github.tarball_from releases categories devel security license ISC maintainers nomaintainer description Portable and packageable NaCl-based crypto library long_description ${name} is a library for network communication, \ encryption, decryption, signatures, etc. checksums rmd160 780f54c7f719d0092266f1c6f7ea22567dfda486 \ sha256 ebb65ef6ca439333c2bb41a0c1990587288da07f6c7fd07cb3a18cc18d30ce19 depends_build-append path:bin/pkg-config:pkgconfig compiler.cxx_standard 2011 configure.args --disable-silent-rules test.run yes test.target check # github.livecheck.branch stable