aboutsummaryrefslogtreecommitdiff
path: root/security/pecl-pkcs11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/pecl-pkcs11/Makefile')
-rw-r--r--security/pecl-pkcs11/Makefile17
1 files changed, 17 insertions, 0 deletions
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>