Files
ports/textproc/pugixml/Makefile
T
Rainer Hurling b16c47ce3d textproc/pugixml: Update to 1.11.4
Changelog: https://github.com/zeux/pugixml/releases

PR:		252374
Submitted by:	daniel.engberg.lists@pyret.net
Approved by:	arrowd, tcberner (mentors, implicit)
2021-01-03 16:46:39 +00:00

20 lines
424 B
Makefile

# $FreeBSD$
PORTNAME= pugixml
DISTVERSION= 1.11.4
CATEGORIES= textproc
MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v${DISTVERSION}/
MAINTAINER= ports@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_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_TESTS USE_VERSIONED_LIBDIR
.include <bsd.port.mk>