1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
This commit is contained in:
Alex Dupre 2014-05-13 12:21:18 +00:00
parent d6900751f5
commit 17cf88d7c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353938
2 changed files with 11 additions and 11 deletions

View File

@ -5,30 +5,30 @@ PORTNAME= engine_pkcs11
PORTVERSION= 0.1.8
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/
MASTER_SITES= SF/opensc/${PORTNAME}
MAINTAINER= ale@FreeBSD.org
COMMENT= Implementation of a PKCS\#11 engine for OpenSSL
LIB_DEPENDS= p11.2:${PORTSDIR}/security/libp11
LICENSE= BSD2CLAUSE
USE_AUTOTOOLS= libtool
LIB_DEPENDS= libp11.so:${PORTSDIR}/security/libp11
OPTIONS_DEFINE= DOCS
USES= libtool pkgconfig
USE_OPENSSL= yes
GNU_CONFIGURE= yes
USES= pkgconfig
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
OPENSSL_LIBS="-L${OPENSSLLIB} -lssl"
PORTDOCS= *
.ifndef(NOPORTDOCS)
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
CONFIGURE_ARGS+=--enable-doc
.else
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \
${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in
.endif
.include <bsd.port.mk>

View File

@ -4,4 +4,4 @@ will pass any function call by openssl to a PKCS#11 module.
Engine_pkcs11 is meant to be used with smart cards and software
for using smart cards in PKCS#11 format, such as OpenSC.
WWW: http://www.opensc-project.org/engine_pkcs11/
WWW: https://github.com/OpenSC/OpenSC/wiki/OpenSSL-engine-for-PKCS%2311-modules