[149904] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Jul 5 13:25:27 PDT 2016


Revision: 149904
          https://trac.macports.org/changeset/149904
Author:   devans at macports.org
Date:     2016-07-05 13:25:27 -0700 (Tue, 05 Jul 2016)
Log Message:
-----------
p5-astro-simbad-client: new port, fetch astronomical data from SIMBAD 4.

Added Paths:
-----------
    trunk/dports/perl/p5-astro-simbad-client/
    trunk/dports/perl/p5-astro-simbad-client/Portfile

Added: trunk/dports/perl/p5-astro-simbad-client/Portfile
===================================================================
--- trunk/dports/perl/p5-astro-simbad-client/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-astro-simbad-client/Portfile	2016-07-05 20:25:27 UTC (rev 149904)
@@ -0,0 +1,32 @@
+# -*- 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.22 5.24
+perl5.setup         Astro-SIMBAD-Client 0.034
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Astro::SIMBAD::Client - Fetch astronomical data from SIMBAD 4.
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  40b605967fb9507c78dfc77d439b74a0375a5eaa \
+                    sha256  7cf0aa746d4f2684f51990575c1ae6cca158b7dd7f93bd874bfb2431b80996a7
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-yaml
+
+    depends_lib-append \
+                    port:p${perl5.major}-http-message \
+                    port:p${perl5.major}-libwww-perl \
+                    port:p${perl5.major}-soap-lite \
+                    port:p${perl5.major}-uri \
+                    port:p${perl5.major}-xml-doubleencodedentities \
+                    port:p${perl5.major}-xml-parser
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-astro-simbad-client/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160705/474f93cf/attachment.html>


More information about the macports-changes mailing list