blob: e062e9936565cdc7aeddddfd1b6f3c4c8ca4a845 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= libsodium
PORTVERSION= 2.0.23
PORTREVISION= 3
CATEGORIES= security
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP wrapper for the Sodium cryptographic library
WWW= https://pecl.php.net/package/libsodium \
https://github.com/jedisct1/libsodium-php
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libsodium.so:security/libsodium
USES= localbase php:pecl
PHP_MODNAME= sodium
.include <bsd.port.mk>
|