1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/security/pecl-pkcs11/Makefile
2021-04-18 13:41:49 +08:00

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>