freebsd-ports/devel/libphonenumber/Makefile
Po-Chuan Hsieh 05e7a8b8e1
devel/protobuf: Update to 3.21.7
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2022-10-09 23:37:51 +08:00

28 lines
614 B
Makefile

PORTNAME= libphonenumber
DISTVERSIONPREFIX= v
DISTVERSION= 8.12.56
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= kde@FreeBSD.org
COMMENT= Library for parsing, formatting, and validating phone numbers
WWW= https://github.com/google/libphonenumber
LICENSE= APACHE20
BUILD_DEPENDS= googletest>0:devel/googletest
LIB_DEPENDS= libabsl_strings.so:devel/abseil \
libboost_atomic.so:devel/boost-libs \
libicui18n.so:devel/icu \
libprotobuf.so:devel/protobuf
USES= cmake:noninja compiler:c++17-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= google
CMAKE_ON= USE_STD_MAP
WRKSRC_SUBDIR= cpp
.include <bsd.port.mk>