1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/security/pecl-libsodium/Makefile
2021-04-06 16:31:07 +02:00

20 lines
362 B
Makefile

# 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>