# -*- 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 # $Id: Portfile 141626 2015-10-24 12:57:03Z stromnov@macports.org $ PortSystem 1.0 PortGroup github 1.0 PortGroup muniversal 1.0 github.setup jedisct1 libsodium 1.0.4 categories devel security platforms darwin license MIT maintainers stromnov openmaintainer description Portable and packageable NaCl-based crypto library long_description libsodium is a library for network communication, \ encryption, decryption, signatures, etc. checksums rmd160 4b2f3b5f81c85ed40be7cc66e9694fadcb0b9029 \ sha256 50aa7259406ba47bab1f00cc7f4928c3ab2ae7a7c1aa45d42148f2f04e950df9 depends_build-append \ port:autoconf \ port:automake \ port:libtool pre-configure { system -W ${worksrcpath} "./autogen.sh" } test.run yes test.target check