ea5c24d69b
Approved by: maintainer
16 lines
351 B
Makefile
16 lines
351 B
Makefile
# $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>
|