1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

textproc/pugixml: Adopt port

- take maintainership
This commit is contained in:
Nuno Teixeira 2022-06-23 18:05:31 +01:00
parent e293871f28
commit 669a612d3e

View File

@ -3,7 +3,7 @@ DISTVERSION= 1.12.1
CATEGORIES= textproc
MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v${DISTVERSION}/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Light-weight, simple and fast XML parser for C++ with XPath support
LICENSE= MIT
@ -13,9 +13,9 @@ USES= cmake compiler:c++11-lang cpe
CPE_VENDOR= ${PORTNAME}_project
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-1.12
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= PUGIXML_BUILD_TESTS PUGIXML_USE_VERSIONED_LIBDIR
WRKSRC= ${WRKDIR}/${PORTNAME}-1.12
.include <bsd.port.mk>