diff options
author | pi <pi@FreeBSD.org> | 2016-08-13 03:16:13 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-08-13 03:16:13 +0800 |
commit | 6e4736c74d6998d79b81bfcb70a8fadfe668d1a4 (patch) | |
tree | 1afe0cc549bdd9a4ab0b2a45832f50c03b2aaa1f /security/Makefile | |
parent | b6e4fff912e3b66e671cb81f5fc406192319e83a (diff) | |
download | freebsd-ports-gnome-6e4736c74d6998d79b81bfcb70a8fadfe668d1a4.tar.gz freebsd-ports-gnome-6e4736c74d6998d79b81bfcb70a8fadfe668d1a4.tar.zst freebsd-ports-gnome-6e4736c74d6998d79b81bfcb70a8fadfe668d1a4.zip |
New port: security/pecl-libsodium
A simple, low-level PHP extension for libsodium.
WWW: http://pecl.php.net/package/libsodium
PR: 206640
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 49b8384aea47..ab839f7c10cd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -755,6 +755,7 @@ SUBDIR += pecl-crack SUBDIR += pecl-crypto SUBDIR += pecl-gnupg + SUBDIR += pecl-libsodium SUBDIR += pecl-pam SUBDIR += pecl-scrypt SUBDIR += pecl-ssh2 |