# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         WWW-WolframAlpha 1.10
revision            3
platforms           {darwin any}
license             {Artistic-1 GPL}
maintainers         nomaintainer
supported_archs     noarch

description         WWW::WolframAlpha API - Interface to Wolfram\|Alpha API

long_description    WWW::WolframAlpha provides an object-oriented Perl \
                    interface to the Wolfram\|Alpha API. You will need a \
                    development key from Wolfram, and the API is subject to \
                    conditions and limitations\; see \
                    http://products.wolframalpha.com/developers/ for details.

checksums           rmd160  b1a1f2da5b79544c5bc9ca4780ecb4d5143ef83b \
                    sha256  668b53e61202894038e9ac2e632810b42d916fbc0c4205dd6d00a0ad61d08eb1

if {${perl5.major} != ""} {
    depends_lib-append  port:p${perl5.major}-libwww-perl \
                        port:p${perl5.major}-uri \
                        port:p${perl5.major}-xml-simple
}
