# -*- 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 python 1.0 github.setup saltstack libnacl 1.4.0 v name py-libnacl categories net platforms darwin maintainers nomaintainer license Apache-2 supported_archs noarch distname v1.4.0 description Libnacl is a Python binding for the libsodium NaCl crypto \ library. long_description Libnacl is a Python binding for the libsodium NaCl crypto \ library. homepage http://github.com/saltstack/libnacl python.versions 27 34 checksums rmd160 573c6d621926268a478518c0c03080d58cccf8ae \ sha256 50bf608a23ec10040f9a8e4666b89b8bebac40f3bee91c528e5356162433452e if {${name} ne ${subport}} { depends_lib port:py${python.version}-setuptools \ port:py${python.version}-six } depends_lib-append port:libsodium