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

textproc/pear-XML_DTD: Change the way *_DEPENDS are set

- Add LICENSE
- Remove BUILD_DEPENDS
- Remove USES=dos2unix
- Add NO_ARCH
This commit is contained in:
Po-Chuan Hsieh 2021-09-19 13:38:11 +08:00
parent 5654c6c909
commit ab4835b807
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 11 additions and 9 deletions

View File

@ -7,9 +7,12 @@ CATEGORIES= textproc devel pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parsing of DTD files and DTD validation of XML files
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
LICENSE= BSD2CLAUSE
USES= dos2unix pear
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}XML_Parser>=1.3.1:devel/pear-XML_Parser@${PHP_FLAVOR}
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,9 +1,8 @@
PEAR::XML_DTD parsing of DTD files and DTD validation of XML files.
The XML validation is done with the php sax parser, the xml extension, it
does not use the domxml extension.
Parsing of DTD files and DTD validation of XML files. The XML validation is done
with the php sax parser, the xml extension, it does not use the domxml
extension.
Currently supports most of the current XML spec, including entities,
elements and attributes. Some uncommon parts of the spec may still be
unsupported.
Currently supports most of the current XML spec, including entities, elements
and attributes. Some uncommon parts of the spec may still be unsupported.
WWW: https://pear.php.net/package/XML_DTD