aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-18 04:55:42 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-18 05:41:49 +0000
commitb1ef7f4ff3115dc956aa05fb52580105dd377951 (patch)
treedd64f6509ab19e42989762cc46da4137cab69e78 /security
parent0c1b55540f3d83b29eb983df6948e861ab3d2adb (diff)
downloadports-b1ef7f4ff3115dc956aa05fb52580105dd377951.tar.gz
ports-b1ef7f4ff3115dc956aa05fb52580105dd377951.zip
security/pecl-pkcs11: Add pecl-pkcs11 1.0
PKCS11 bindings for PHP WWW: https://github.com/gamringer/php-pkcs11
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/pecl-pkcs11/Makefile17
-rw-r--r--security/pecl-pkcs11/distinfo3
-rw-r--r--security/pecl-pkcs11/pkg-descr3
4 files changed, 24 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 2bafb147f36d..30707bf55f4b 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -768,6 +768,7 @@
SUBDIR += pecl-libsodium
SUBDIR += pecl-mcrypt
SUBDIR += pecl-pam
+ SUBDIR += pecl-pkcs11
SUBDIR += pecl-scrypt
SUBDIR += pecl-ssh2
SUBDIR += peda
diff --git a/security/pecl-pkcs11/Makefile b/security/pecl-pkcs11/Makefile
new file mode 100644
index 000000000000..50fea54ca3b0
--- /dev/null
+++ b/security/pecl-pkcs11/Makefile
@@ -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>
diff --git a/security/pecl-pkcs11/distinfo b/security/pecl-pkcs11/distinfo
new file mode 100644
index 000000000000..f06ce41fdc55
--- /dev/null
+++ b/security/pecl-pkcs11/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1618319918
+SHA256 (PECL/pkcs11-1.0.tgz) = 05f38651ea22812d1a46d1e8a696c51d09101bfb8817f5d08a055ff81220e2d6
+SIZE (PECL/pkcs11-1.0.tgz) = 70015
diff --git a/security/pecl-pkcs11/pkg-descr b/security/pecl-pkcs11/pkg-descr
new file mode 100644
index 000000000000..5d0e31ed55f6
--- /dev/null
+++ b/security/pecl-pkcs11/pkg-descr
@@ -0,0 +1,3 @@
+PKCS11 bindings for PHP
+
+WWW: https://github.com/gamringer/php-pkcs11