aboutsummaryrefslogtreecommitdiff
path: root/security/pecl-libsodium/Makefile
blob: b73e3f2e4ee9ceb58e0b2cc99f0bc291deb576c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	libsodium
PORTVERSION=	2.0.23
CATEGORIES=	security

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PHP wrapper for the Sodium cryptographic library
WWW=		https://pecl.php.net/package/libsodium

LICENSE=	BSD2CLAUSE

LIB_DEPENDS=	libsodium.so:security/libsodium

USES=		localbase php:pecl

PHP_MODNAME=	sodium

.include <bsd.port.mk>