diff --git a/net/libngtcp2-wolfssl/Makefile b/net/libngtcp2-wolfssl/Makefile index a55e8fa9d9ad..431e175fd547 100644 --- a/net/libngtcp2-wolfssl/Makefile +++ b/net/libngtcp2-wolfssl/Makefile @@ -1,37 +1,37 @@ PORTNAME= ngtcp2 PORTVERSION= 1.21.0 CATEGORIES= net MASTER_SITES= https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= lib PKGNAMESUFFIX= -wolfssl MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Implementation of QUIC protocol (wolfssl backend) +COMMENT= Implementation of QUIC protocol (wolfSSL backend) WWW= https://nghttp2.org/ngtcp2/ \ https://github.com/ngtcp2/ngtcp2 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libngtcp2>=${PORTVERSION}<${PORTVERSION}_99:net/libngtcp2 LIB_DEPENDS= libwolfssl.so:security/wolfssl RUN_DEPENDS= libngtcp2>=${PORTVERSION}<${PORTVERSION}_99:net/libngtcp2 USES= libtool pkgconfig tar:xz CONFIGURE_ARGS= --enable-lib-only \ --with-jemalloc \ --with-wolfssl \ --without-boringssl \ --without-gnutls \ --without-libbrotlidec \ --without-libbrotlienc \ --without-libev \ --without-libnghttp3 \ --without-openssl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip INSTALL_WRKSRC= ${WRKSRC}/crypto/wolfssl USE_LDCONFIG= yes .include diff --git a/net/libngtcp2-wolfssl/pkg-descr b/net/libngtcp2-wolfssl/pkg-descr index badfac901e6b..6443c2289ffd 100644 --- a/net/libngtcp2-wolfssl/pkg-descr +++ b/net/libngtcp2-wolfssl/pkg-descr @@ -1,4 +1,4 @@ ngtcp2 project is an effort to implement QUIC protocol which is now being discussed in IETF QUICWG for its standardization. -This port provides the crypto helper library for wolfssl backend. +This port provides the crypto helper library for wolfSSL backend.