[149905] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Jul 5 13:26:37 PDT 2016


Revision: 149905
          https://trac.macports.org/changeset/149905
Author:   devans at macports.org
Date:     2016-07-05 13:26:37 -0700 (Tue, 05 Jul 2016)
Log Message:
-----------
p5-astro-spacetrack: new port, retrieve orbital data from www.space-track.org.

Added Paths:
-----------
    trunk/dports/perl/p5-astro-spacetrack/
    trunk/dports/perl/p5-astro-spacetrack/Portfile

Added: trunk/dports/perl/p5-astro-spacetrack/Portfile
===================================================================
--- trunk/dports/perl/p5-astro-spacetrack/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-astro-spacetrack/Portfile	2016-07-05 20:26:37 UTC (rev 149905)
@@ -0,0 +1,31 @@
+# -*- 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-SpaceTrack 0.093
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Astro::SpaceTrack - Retrieve orbital data from www.space-track.org
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  e680f07172a37cd9bea77a75f201640979af5537 \
+                    sha256  9f83045b978c08e05858c29d4e33c2523d01a9289b34a8eac49a439fb9f93e14
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-http-date \
+                    port:p${perl5.major}-http-message \
+                    port:p${perl5.major}-io-compress \
+                    port:p${perl5.major}-json \
+                    port:p${perl5.major}-libwww-perl \
+                    port:p${perl5.major}-lwp-protocol-https \
+                    port:p${perl5.major}-text-parsewords \
+                    port:p${perl5.major}-uri
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-astro-spacetrack/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/728fb2e6/attachment.html>


More information about the macports-changes mailing list