aboutsummaryrefslogtreecommitdiffstats
path: root/security/pecl-libsodium/Makefile
blob: fab4d7948318e7e1b160448c775c1dadacfd93fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Gasol Wu <gasol.wu@gmail.com>

PORTNAME=   libsodium
PORTVERSION=    2.0.23
CATEGORIES= security

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    PHP wrapper for the Sodium cryptographic library

LICENSE=    BSD2CLAUSE

LIB_DEPENDS=    libsodium.so:security/libsodium

USES=       localbase php:pecl

#IGNORE_WITH_PHP=72 73 74
PHP_MODNAME=    sodium

.include <bsd.port.mk>