aboutsummaryrefslogtreecommitdiff
path: root/textproc/pugixml/Makefile
blob: 32e4b3f39ca6b91e1f8b66fb7fd399a9b7fdb7b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>