2020-05-29 05:46:52 +02:00
|
|
|
PORTNAME= fizz
|
|
|
|
DISTVERSIONPREFIX= v
|
2022-03-28 21:41:15 +02:00
|
|
|
DISTVERSION= 2022.03.28.00
|
2022-04-18 01:42:20 +02:00
|
|
|
PORTREVISION= 2
|
2020-05-29 05:46:52 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= C++14 implementation of the TLS-1.3 standard
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
|
|
|
|
2022-03-07 20:23:48 +01:00
|
|
|
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
|
|
|
|
libdouble-conversion.so:devel/double-conversion \
|
|
|
|
libevent.so:devel/libevent \
|
2020-05-29 05:46:52 +02:00
|
|
|
libfmt.so:devel/libfmt \
|
|
|
|
libfolly.so:devel/folly \
|
|
|
|
libgflags.so:devel/gflags \
|
|
|
|
libglog.so:devel/glog \
|
2022-03-07 20:23:48 +01:00
|
|
|
libicui18n.so:devel/icu \
|
|
|
|
liblz4.so:archivers/liblz4 \
|
|
|
|
libsnappy.so:archivers/snappy \
|
|
|
|
libsodium.so:security/libsodium \
|
|
|
|
libunwind.so:devel/libunwind \
|
|
|
|
libzstd.so:archivers/zstd
|
2020-05-29 05:46:52 +02:00
|
|
|
|
2021-10-21 16:27:03 +02:00
|
|
|
USES= cmake compiler:c++14-lang ssl cpe
|
|
|
|
CPE_VENDOR= facebook
|
2020-05-29 05:46:52 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= facebookincubator
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
WRKSRC_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
CMAKE_OFF= BUILD_TESTS BUILD_EXAMPLES
|
|
|
|
|
2020-10-15 07:42:04 +02:00
|
|
|
post-install: # https://github.com/facebookincubator/fizz/issues/55
|
|
|
|
cd ${STAGEDIR}${PREFIX} && ${RMDIR} include/fizz/tool/test include/fizz/util/test
|
|
|
|
|
2020-05-29 05:46:52 +02:00
|
|
|
.include <bsd.port.mk>
|