# $FreeBSD: tags/RELEASE_10_3_0/textproc/pugixml/Makefile 395503 2015-08-28 15:43:24Z amdmi3 $

PORTNAME=	pugixml
PORTVERSION=	1.6
PORTREVISION=	1
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>
