aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Hash-LX/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Convert to new perl frameworkAndrej Zverev2013-08-061-6/+3
| | | | | | | | | - Trim Makefile header Approved by: wen@ (maintainer) Notes: svn path=/head/; revision=324306
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Update to 0.0603Wen Heping2011-08-231-1/+1
| | | | | | | ChangeLog: http://cpansearch.perl.org/src/MONS/XML-Hash-LX-0.0603/Changes Notes: svn path=/head/; revision=280241
* This module is a companion for XML::LibXML. It operates with LibXMLWen Heping2009-12-091-0/+25
objects, could return or accept LibXML objects, and may be used for easy data transformations. It is faster in parsing then XML::Simple, XML::Hash, XML::Twig and of course much slower than XML::Bare. It is faster in composing than XML::Hash, but slower than XML::Simple. WWW: http://http://search.cpan.org/dist/XML-Hash-LX/ Notes: svn path=/head/; revision=245438