# $FreeBSD: tags/RELEASE_11_0_0/textproc/pugixml/Makefile 417429 2016-06-24 14:54:30Z amdmi3 $

PORTNAME=	pugixml
PORTVERSION=	1.7
CATEGORIES=	textproc
MASTER_SITES=	http://github.com/zeux/pugixml/releases/download/v${PORTVERSION}/

MAINTAINER=	ybungalobill@gmail.com
COMMENT=	Light-weight, simple and fast XML parser for C++ with XPath support

LICENSE=	MIT

USES=		cmake
CMAKE_SOURCE_PATH=	${WRKSRC}/scripts

.include <bsd.port.mk>
