# $Id: Portfile 109133 2013-08-08 11:20:13Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Parse-MediaWikiDump 0.55
revision            3
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Access various MediaWiki dump files in perl
long_description \
   Parse::MediaWikiDump is a collection of classes for processing various \
   MediaWiki dump files such as those at \
   http://download.wikimedia.org/wikipedia/en/.  Using this software it is \
   nearly trivial to get access to the information in supported dump files.

platforms           darwin

checksums           md5     ee2aa64c46cc5fe83df90f05480b4e19 \
                    sha1    f73f7761782fdec057d287a9930da10bfe03d78e \
                    rmd160  36845742e335500877766dbf46d2d9832074468b

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-xml-parser port:p${perl5.major}-object-destroyer

supported_archs noarch
}
