# -*- 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$ PortSystem 1.0 PortGroup github 1.0 PortGroup muniversal 1.0 github.setup jedisct1 libsodium 1.0.3 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 e83f9316b700d2e2c687427ecd94638c29d6b804 \ sha256 6a672fc7d9b93734d04f02f4ce921e8b1f711d3790bfda402cad88a50c2d1f02 depends_build-append \ port:autoconf \ port:automake \ port:libtool pre-configure { system -W ${worksrcpath} "./autogen.sh" } test.run yes test.target check