mirror of https://git.FreeBSD.org/ports.git
20 lines
398 B
Makefile
20 lines
398 B
Makefile
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>
|