mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
16 lines
309 B
Makefile
16 lines
309 B
Makefile
PORTNAME= pkcs11
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PKCS11 bindings for PHP
|
|
WWW= https://pecl.php.net/package/PKCS11 \
|
|
https://github.com/gamringer/php-pkcs11
|
|
|
|
LICENSE= PHP301
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= localbase php:pecl
|
|
|
|
.include <bsd.port.mk>
|