Revision: 74044 http://trac.macports.org/changeset/74044 Author: dports@macports.org Date: 2010-12-02 16:47:48 -0800 (Thu, 02 Dec 2010) Log Message: ----------- p5-xml-libxml: portfile cleanup; no functional changes (#27547) Modified Paths: -------------- trunk/dports/perl/p5-xml-libxml/Portfile Modified: trunk/dports/perl/p5-xml-libxml/Portfile =================================================================== --- trunk/dports/perl/p5-xml-libxml/Portfile 2010-12-03 00:42:05 UTC (rev 74043) +++ trunk/dports/perl/p5-xml-libxml/Portfile 2010-12-03 00:47:48 UTC (rev 74044) @@ -1,26 +1,30 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup perl5 1.0 +PortSystem 1.0 +PortGroup perl5 1.0 -perl5.setup XML-LibXML 1.69 -maintainers nomaintainer -categories-append textproc -description Perl interface to libxml2. -long_description This module implements a Perl interface to \ - the Gnome libxml2 library. The libxml2 library \ - provides interfaces for parsing and manipulating \ - XML Files. This Module allows Perl programmers to \ - make use of the highly capable validating XML \ - parser and the high performance DOM implementation. -homepage http://search.cpan.org/~pajas/${distname}/ +perl5.setup XML-LibXML 1.69 +categories-append textproc +platforms darwin +maintainers nomaintainer +homepage http://search.cpan.org/~pajas/${distname}/ + +description Perl interface to libxml2. + +long_description This module implements a Perl interface to \ + the Gnome libxml2 library. The libxml2 library \ + provides interfaces for parsing and manipulating \ + XML Files. This Module allows Perl programmers to \ + make use of the highly capable validating XML \ + parser and the high performance DOM implementation. + checksums md5 8295f4ae7b09729985dd1133e3ad0d0a \ sha1 a8590ada6463e3b1de5699f7b8a14b564437a213 \ rmd160 1ba9e5d63431ae11031fca18e28da5f04fe25f23 -platforms darwin -depends_lib-append port:p5-xml-libxml-common \ - port:p5-xml-sax \ - port:p5-xml-namespacesupport \ - port:libiconv \ - port:libxml2 +depends_lib-append port:p5-xml-libxml-common \ + port:p5-xml-sax \ + port:p5-xml-namespacesupport \ + port:libiconv \ + port:libxml2
participants (1)
-
dports@macports.org