diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-09-28 05:05:24 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-09-28 05:05:24 +0000 |
commit | f35841a5dea08fc0fc022071dddbe6b5f021865b (patch) | |
tree | baa8f7e4796b5c9dba39b024bcd1b781684e9257 /textproc/pugixml | |
parent | 6b7a401312c12ecdb305d0b268c74163dbb515df (diff) | |
download | ports-f35841a5dea08fc0fc022071dddbe6b5f021865b.tar.gz ports-f35841a5dea08fc0fc022071dddbe6b5f021865b.zip |
Notes
Diffstat (limited to 'textproc/pugixml')
-rw-r--r-- | textproc/pugixml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pugixml/Makefile b/textproc/pugixml/Makefile index 98debdfbd290..a49bd1cfac68 100644 --- a/textproc/pugixml/Makefile +++ b/textproc/pugixml/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 1.10 CATEGORIES= textproc MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v${PORTVERSION}/ -MAINTAINER= tobik@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Light-weight, simple and fast XML parser for C++ with XPath support LICENSE= MIT |