mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
b1ef7f4ff3
PKCS11 bindings for PHP WWW: https://github.com/gamringer/php-pkcs11
18 lines
293 B
Makefile
18 lines
293 B
Makefile
# 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>
|