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