# -*- 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 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup WWW-WolframAlpha 1.10 revision 2 platforms darwin 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 post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} Changes README ${destroot}${docdir} set exampledir ${docdir}/examples xinstall -d ${destroot}${exampledir} xinstall -m 644 -W ${worksrcpath}/ex \ asyncPod.pl query.pl validatequery.pl \ ${destroot}${exampledir} } }