Skip to content

Commit

Permalink
devel/pear-XML_Tree: Change the way *_DEPENDS are set
Browse files Browse the repository at this point in the history
- Update WWW
  • Loading branch information
sunpoet committed Sep 19, 2021
1 parent 09baf4e commit 701a54c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions devel/pear-XML_Tree/Makefile
Expand Up @@ -8,8 +8,7 @@ CATEGORIES= devel www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR class for representing XML data in a tree structure

BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}XML_Parser>=1.1.0:devel/pear-XML_Parser@${PHP_FLAVOR}

USES= pear

Expand Down
7 changes: 3 additions & 4 deletions devel/pear-XML_Tree/pkg-descr
@@ -1,5 +1,4 @@
Represent XML data in a tree structure. Allows for the building
of XML data structures using a tree representation, without the
need for an extension like DOMXML.
Allows for the building of XML data structures using a tree representation,
without the need for an extension like DOMXML.

WWW: https://pear.php.net/package-info.php?package=XML_Tree
WWW: https://pear.php.net/package/XML_Tree

0 comments on commit 701a54c

Please sign in to comment.