mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
This commit is contained in:
parent
d6900751f5
commit
17cf88d7c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353938
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user