1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/devel/libphonenumber/Makefile
2020-01-29 17:45:12 +00:00

27 lines
521 B
Makefile

# $FreeBSD$
PORTNAME= libphonenumber
DISTVERSIONPREFIX= v
DISTVERSION= 8.11.3
CATEGORIES= devel
MAINTAINER= kde@FreeBSD.org
COMMENT= Library for parsing, formatting, and validating phone numbers
LICENSE= APACHE20
BUILD_DEPENDS= googletest>0:devel/googletest
LIB_DEPENDS= libboost_atomic.so:devel/boost-libs \
libicui18n.so:devel/icu \
libprotobuf.so:devel/protobuf
USES= cmake:noninja compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= googlei18n
CMAKE_ON= USE_STD_MAP
WRKSRC_SUBDIR= cpp
.include <bsd.port.mk>