freebsd-ports/astro/libosmpbf/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

24 lines
471 B
Makefile

PORTNAME= libosmpbf
PORTVERSION= 1.5.0
DISTVERSIONPREFIX= v
PORTREVISION= 5
CATEGORIES= astro geography devel
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Library for handling binary OpenStreetMap data
WWW= https://github.com/scrosby/OSM-binary
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>