Revision: 122953 https://trac.macports.org/changeset/122953 Author: khindenburg@macports.org Date: 2014-08-02 14:57:24 -0700 (Sat, 02 Aug 2014) Log Message: ----------- p5-xml-sax: whitespace changes Modified Paths: -------------- trunk/dports/perl/p5-xml-sax/Portfile Modified: trunk/dports/perl/p5-xml-sax/Portfile =================================================================== --- trunk/dports/perl/p5-xml-sax/Portfile 2014-08-02 21:54:04 UTC (rev 122952) +++ trunk/dports/perl/p5-xml-sax/Portfile 2014-08-02 21:57:24 UTC (rev 122953) @@ -1,26 +1,28 @@ # -*- 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.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 -perl5.setup XML-SAX 0.99 -revision 1 -maintainers khindenburg openmaintainer +perl5.setup XML-SAX 0.99 +revision 1 +maintainers khindenburg openmaintainer license {Artistic GPL} -categories-append textproc -description Perl extension for SAX XML parsers. -long_description XML::SAX consists of several framework classes \ - for using and building Perl SAX2 XML parsers, \ - filters, and drivers. -homepage http://search.cpan.org/~grantm/XML-SAX/ -platforms darwin +categories-append textproc +description Perl extension for SAX XML parsers. +long_description XML::SAX consists of several framework classes \ + for using and building Perl SAX2 XML parsers, \ + filters, and drivers. + +homepage http://search.cpan.org/~grantm/XML-SAX/ + +platforms darwin + checksums rmd160 2e787c5e66da37b99da239df541a3bf5b1c1be4f \ sha256 32b04b8e36b6cc4cfc486de2d859d87af5386dd930f2383c49347050d6f5ad84 - if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-xml-namespacesupport \ port:p${perl5.major}-xml-sax-base @@ -30,8 +32,8 @@ use_parallel_build yes post-activate { - if {! [file isfile ${perl5.lib}/XML/SAX/ParserDetails.ini]} { - system [concat ${perl5.bin} {-MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"}] - } + if {! [file isfile ${perl5.lib}/XML/SAX/ParserDetails.ini]} { + system [concat ${perl5.bin} {-MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"}] + } } }
participants (1)
-
khindenburg@macports.org