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:
parent
5654c6c909
commit
ab4835b807
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user