2014-08-21 21:07:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pugixml
|
2015-07-27 18:56:38 +02:00
|
|
|
PORTVERSION= 1.6
|
2015-08-28 17:43:24 +02:00
|
|
|
PORTREVISION= 1
|
2014-08-21 21:07:48 +02:00
|
|
|
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>
|