security/pecl-pkcs11: Add pecl-pkcs11 1.0

PKCS11 bindings for PHP

WWW: https://github.com/gamringer/php-pkcs11
This commit is contained in:
Po-Chuan Hsieh 2021-04-18 12:55:42 +08:00
parent 0c1b55540f
commit b1ef7f4ff3
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 24 additions and 0 deletions

View File

@ -768,6 +768,7 @@
SUBDIR += pecl-libsodium
SUBDIR += pecl-mcrypt
SUBDIR += pecl-pam
SUBDIR += pecl-pkcs11
SUBDIR += pecl-scrypt
SUBDIR += pecl-ssh2
SUBDIR += peda

View File

@ -0,0 +1,17 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= pkcs11
PORTVERSION= 1.0
CATEGORIES= security
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PKCS11 bindings for PHP
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= localbase php:pecl
IGNORE_WITH_PHP=73
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1618319918
SHA256 (PECL/pkcs11-1.0.tgz) = 05f38651ea22812d1a46d1e8a696c51d09101bfb8817f5d08a055ff81220e2d6
SIZE (PECL/pkcs11-1.0.tgz) = 70015

View File

@ -0,0 +1,3 @@
PKCS11 bindings for PHP
WWW: https://github.com/gamringer/php-pkcs11