[76472] trunk/dports/perl
l2g at macports.org
l2g at macports.org
Thu Feb 24 12:04:30 PST 2011
Revision: 76472
http://trac.macports.org/changeset/76472
Author: l2g at macports.org
Date: 2011-02-24 12:04:29 -0800 (Thu, 24 Feb 2011)
Log Message:
-----------
p5-www-wolframalpha: new port for Perl module WWW::WolframAlpha
Added Paths:
-----------
trunk/dports/perl/p5-www-wolframalpha/
trunk/dports/perl/p5-www-wolframalpha/Portfile
Added: trunk/dports/perl/p5-www-wolframalpha/Portfile
===================================================================
--- trunk/dports/perl/p5-www-wolframalpha/Portfile (rev 0)
+++ trunk/dports/perl/p5-www-wolframalpha/Portfile 2011-02-24 20:04:29 UTC (rev 76472)
@@ -0,0 +1,39 @@
+# -*- 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.setup WWW-WolframAlpha 1.0 ../by-authors/id/Y/YE/YEGG/wa
+platforms darwin
+license Artistic GPL
+maintainers l2g openmaintainer
+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 sha1 1cef65fb9478d3963fe41622d0cbabff65035130 \
+ rmd160 2daf66a15d68c6a953a2a90e68ee8bd15f853645
+
+depends_lib-append port:p5-libwww-perl \
+ port:p5-uri \
+ port:p5-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 ${prefix}/share/examples/${name}
+ xinstall -d ${destroot}${exampledir}
+ xinstall -m 644 -W ${worksrcpath} \
+ example.asyncPod.pl example.query.pl example.validatequery.pl \
+ ${destroot}${exampledir}
+}
+
Property changes on: trunk/dports/perl/p5-www-wolframalpha/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110224/4dc9b64e/attachment.html>
More information about the macports-changes
mailing list