Ticket #38324: Portfile

File Portfile, 961 bytes (added by tresni (Brian Hartvigsen), 11 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                libsodium
6version             0.3
7categories          devel security
8platforms           darwin
9maintainers         nomaintainer
10license             MIT
11
12description         libsodium is a portable, cross-compilable, installable, packageable, API-compatible version of NaCl.
13
14long_description \
15   libsodium is a software library for \
16network communication, encryption,decryption, signatures, etc. \
17libsodium is a portable, cross-compilable, installable, packageable, \
18API-compatible version of NaCl.
19
20homepage            https://github.com/jedisct1/libsodium
21master_sites        http://download.dnscrypt.org/libsodium/releases/
22
23checksums           rmd160  8e33538bf8d44255a7e9ea9f919d462cf1b514e7 \
24                    sha256  908a26f84bedb432305c81ec6773aa95b8e724ba2ece6234840685a74e033750
25
26variant curvecp description {include support for curvecp } {
27    configure.args-append  --enable-curvecp   
28}