New port: security/pecl-libsodium
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>
This commit is contained in:
parent
0eb655fcd9
commit
d1cf96e845
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420139
@ -755,6 +755,7 @@
|
||||
SUBDIR += pecl-crack
|
||||
SUBDIR += pecl-crypto
|
||||
SUBDIR += pecl-gnupg
|
||||
SUBDIR += pecl-libsodium
|
||||
SUBDIR += pecl-pam
|
||||
SUBDIR += pecl-scrypt
|
||||
SUBDIR += pecl-ssh2
|
||||
|
20
security/pecl-libsodium/Makefile
Normal file
20
security/pecl-libsodium/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# 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>
|
3
security/pecl-libsodium/distinfo
Normal file
3
security/pecl-libsodium/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1471026849
|
||||
SHA256 (PECL/libsodium-1.0.6.tgz) = 987df388210b498f3acf8ada368e56bece5b2b5ffe64564ecfffc27f17f1242f
|
||||
SIZE (PECL/libsodium-1.0.6.tgz) = 169817
|
3
security/pecl-libsodium/pkg-descr
Normal file
3
security/pecl-libsodium/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A simple, low-level PHP extension for libsodium.
|
||||
|
||||
WWW: http://pecl.php.net/package/libsodium
|
Loading…
Reference in New Issue
Block a user