Ticket #41387: Portfile

File Portfile, 1.2 KB (added by trwyant, 11 years ago)
Line 
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
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7perl5.branches      5.8 5.10 5.12 5.14 5.16
8perl5.setup         Astro-SpaceTrack 0.082
9maintainers         openmaintainer
10platforms           darwin
11license             {Artistic-1 GPL}
12
13description         Astro-SpaceTrack - Download satellite orbital elements from Space Track
14
15long_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
22checksums           rmd160  ff75b0ccb0392775a1360ee70890c7928a1876fe \
23                    sha256  2bcece604cfa147541c58f0f594c60bb6525ca306b716633b73b377cb2890ae8
24
25supported_archs     noarch
26
27if {${perl5.major} != ""} {
28depends_lib-append  port:p${perl5.major}-http-message
29depends_lib-append  port:p${perl5.major}-json
30depends_lib-append  port:p${perl5.major}-libwww-perl
31depends_lib-append  port:p${perl5.major}-lwp-protocol-https
32depends_lib-append  port:p${perl5.major}-uri
33}