blob: 051546157575aa227dcf335f1d5fecdb3fd7c966 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
PORTNAME= proxygen
DISTVERSIONPREFIX= v
DISTVERSION= 2024.11.04.00
CATEGORIES= www
MAINTAINER= yuri@FreeBSD.org
COMMENT= Collection of C++ HTTP libraries including easy way to use HTTP server
WWW= https://github.com/facebook/proxygen
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= bash:shells/bash \
gperf>0:devel/gperf
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
libbzip2.so:misc/vxl \
libdouble-conversion.so:devel/double-conversion \
libevent.so:devel/libevent \
libfizz.so:security/fizz \
libfmt.so:devel/libfmt \
libfolly.so:devel/folly \
libgflags.so:devel/gflags \
libglog.so:devel/glog \
libicui18n.so:devel/icu \
liblz4.so:archivers/liblz4 \
libmvfst_server.so:net/mvfst \
libsnappy.so:archivers/snappy \
libsodium.so:security/libsodium \
libunwind.so:devel/libunwind \
libwangle.so:net/wangle \
libzstd.so:archivers/zstd
USES= cmake compiler:c++14-lang cpe perl5 python:build ssl
CPE_VENDOR= facebook
USE_GITHUB= yes
GH_ACCOUNT= facebook
USE_LDCONFIG= yes
CXXFLAGS+= -fPIC
CXXFLAGS+= -DGLOG_USE_GLOG_EXPORT
LDFLAGS+= -lexecinfo
CMAKE_ON= BUILD_SHARED_LIBS
BINARY_ALIAS= python3=${PYTHON_CMD}
.include <bsd.port.mk>
|