Ticket #45898: Portfile

File Portfile, 1.1 KB (added by cro (C. R. Oldham), 9 years ago)

Portfile for py-libnacl

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           github 1.0
6PortGroup           python 1.0
7
8github.setup        saltstack libnacl 1.4.0 v
9name                py-libnacl
10categories          net
11platforms           darwin
12maintainers         saltstack.com:cr
13license             Apache-2
14supported_archs     noarch
15distname            v1.4.0
16
17description         Libnacl is a Python binding for the libsodium NaCl crypto \
18                    library.
19
20long_description    Libnacl is a Python binding for the libsodium NaCl crypto \
21                    library.
22
23homepage            http://github.com/saltstack/libnacl
24
25python.versions 27 34
26
27checksums           rmd160 573c6d621926268a478518c0c03080d58cccf8ae \
28                    sha256 50bf608a23ec10040f9a8e4666b89b8bebac40f3bee91c528e5356162433452e
29
30if {${name} ne ${subport}} {
31    depends_lib     port:py${python.version}-setuptools \
32                    port:py${python.version}-six
33}
34
35depends_lib-append  port:libsodium