diff options
Diffstat (limited to 'devel/opentelemetry-cpp/Makefile')
-rw-r--r-- | devel/opentelemetry-cpp/Makefile | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/devel/opentelemetry-cpp/Makefile b/devel/opentelemetry-cpp/Makefile index a48065ed252e..448e470d263d 100644 --- a/devel/opentelemetry-cpp/Makefile +++ b/devel/opentelemetry-cpp/Makefile @@ -1,33 +1,32 @@ PORTNAME= opentelemetry-cpp -PORTVERSION= 1.22.0 +PORTVERSION= 1.23.0 DISTVERSIONPREFIX= v CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= OpenTelemetry C++ client -WWW= https://github.com/open-telemetry/opentelemetry-cpp +WWW= https://opentelemetry.io/ \ + https://github.com/open-telemetry/opentelemetry-cpp LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GITHUB= yes -GH_ACCOUNT= open-telemetry -GH_PROJECT= ${PORTNAME} - -USES= cmake compiler:c++14-lang cpe +LIB_DEPENDS= libcurl.so:ftp/curl \ + libgtest.so:devel/googletest -CPE_VENDOR= cncf - -CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON \ - -DCMAKE_POSITION_INDEPENDENT_CODE=ON -CMAKE_OFF= BUILD_TESTING BUILD_EXAMPLES +USES= cpe cmake:testing compiler:c++14-lang -LIB_DEPENDS= libgtest.so:devel/googletest \ - libcurl.so:ftp/curl +CMAKE_OFF= BUILD_EXAMPLES \ + BUILD_TESTING +CMAKE_ON= BUILD_SHARED_LIBS \ + CMAKE_POSITION_INDEPENDENT_CODE -USE_LDCONFIG= yes GNU_CONFIGURE= yes +USE_LDCONFIG= yes -PLIST_SUB= SHLIBVER=${PORTVERSION} +USE_GITHUB= yes +GH_ACCOUNT= open-telemetry + +CPE_VENDOR= cncf .include <bsd.port.mk> |