1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.8 5.10 5.12 5.14 5.16 |
---|
8 | perl5.setup Astro-SpaceTrack 0.082 |
---|
9 | maintainers openmaintainer |
---|
10 | platforms darwin |
---|
11 | license {Artistic-1 GPL} |
---|
12 | |
---|
13 | description Astro-SpaceTrack - Download satellite orbital elements from Space Track |
---|
14 | |
---|
15 | long_description This package retrieves orbital data from the Space \ |
---|
16 | Track web site https://www.space-track.org and \ |
---|
17 | several others. You must register and get a user \ |
---|
18 | name and password before you can get data from \ |
---|
19 | Space Track. |
---|
20 | |
---|
21 | |
---|
22 | checksums rmd160 ff75b0ccb0392775a1360ee70890c7928a1876fe \ |
---|
23 | sha256 2bcece604cfa147541c58f0f594c60bb6525ca306b716633b73b377cb2890ae8 |
---|
24 | |
---|
25 | supported_archs noarch |
---|
26 | |
---|
27 | if {${perl5.major} != ""} { |
---|
28 | depends_lib-append port:p${perl5.major}-http-message |
---|
29 | depends_lib-append port:p${perl5.major}-json |
---|
30 | depends_lib-append port:p${perl5.major}-libwww-perl |
---|
31 | depends_lib-append port:p${perl5.major}-lwp-protocol-https |
---|
32 | depends_lib-append port:p${perl5.major}-uri |
---|
33 | } |
---|