aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pugixml/Makefile
blob: 3113c0e93a187ab9ba810881ed4dd096b3fd3259 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   pugixml
PORTVERSION=    1.4
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>