mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
20 lines
362 B
Makefile
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>
|