freebsd-ports/astro/libosmpbf/Makefile
Po-Chuan Hsieh f4acead636
devel/protobuf: Update to 3.17.3
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		257026
Exp-run by:	antoine
2021-07-22 02:11:52 +08:00

22 lines
427 B
Makefile

PORTNAME= libosmpbf
PORTVERSION= 1.5.0
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= astro geography devel
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Library for handling binary OpenStreetMap data
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libprotobuf.so:devel/protobuf
USE_GITHUB= yes
GH_ACCOUNT= scrosby
GH_PROJECT= OSM-binary
USES= cmake compiler:c++11-lang
USE_CXXSTD= c++11
.include <bsd.port.mk>