diff --git a/security/libfido2/Makefile b/security/libfido2/Makefile index 4388c9c3999e..3cb0ea1da24a 100644 --- a/security/libfido2/Makefile +++ b/security/libfido2/Makefile @@ -1,35 +1,36 @@ PORTNAME= libfido2 PORTVERSION= 1.13.0 CATEGORIES= security MASTER_SITES= https://developers.yubico.com/libfido2/Releases/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provides library functionality for FIDO 2.0 -WWW= https://developers.yubico.com/libfido2/ +WWW= https://developers.yubico.com/libfido2/ \ + https://github.com/Yubico/libfido2 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcbor.so:devel/libcbor USES= cmake compiler:c11 pkgconfig ssl CMAKE_OFF= FUZZ LIBFUZZER NFC_LINUX USE_HIDAPI USE_WINHELLO CMAKE_ON= BUILD_EXAMPLES BUILD_MANPAGES BUILD_SHARED_LIBS BUILD_STATIC_LIBS BUILD_TOOLS PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= DOCS .include # Skip libcrypto.pc while using OpenSSL from base system on older FreeBSD versions which does not skip this file .if ${SSL_DEFAULT} == base && !exists(/usr/libdata/pkgconfig/libcrypto.pc) EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-openssl .endif .if ${SSL_DEFAULT} == openssl CFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L .endif .include diff --git a/security/libfido2/pkg-descr b/security/libfido2/pkg-descr index e69018b52fd4..0d55ee2e17ac 100644 --- a/security/libfido2/pkg-descr +++ b/security/libfido2/pkg-descr @@ -1,6 +1,4 @@ libfido2 provides library functionality and command-line tools to communicate with a FIDO device over USB, and to verify attestation and assertion signatures. libfido2 supports the FIDO U2F (CTAP 1) and FIDO 2.0 (CTAP 2) protocols. - -See also: https://github.com/Yubico/libfido2