A simple, low-level PHP extension for libsodium. WWW: http://pecl.php.net/package/libsodium PR: 206640 Submitted by: Gasol Wu <gasol.wu@gmail.com>
20 lines
400 B
Makefile
20 lines
400 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libsodium
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= PHP wrapper for the Sodium cryptographic library
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libsodium.so:security/libsodium
|
|
|
|
USES= php:ext tar:tgz
|
|
|
|
.include <bsd.port.mk>
|