mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
85cbc25fbd
Changes: https://pugixml.org/docs/manual.html#v1.10 ABI: https://abi-laboratory.pro/tracker/timeline/pugixml/
22 lines
459 B
Makefile
22 lines
459 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pugixml
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v${PORTVERSION}/
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Light-weight, simple and fast XML parser for C++ with XPath support
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_OFF= BUILD_TESTS USE_VERSIONED_LIBDIR
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
PLIST_SUB= SOVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|