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.setup Astro-satpass 0.025 |
---|
8 | platforms darwin |
---|
9 | maintainers cpan2port |
---|
10 | description Astro::Coord::ECI::Utils Julian day calculations |
---|
11 | extract.suffix .tar.gz |
---|
12 | master_sites http://search.cpan.org/CPAN/authors/id/W/WY/WYANT |
---|
13 | checksums sha1 e970596e594bae96ef1d7cabf6d8aa071250e3f5 md5 36cc8cd5a525e9a027e6bdd25eb67fdb rmd160 6701e6b04b2ed42cb1f676e9543eb08759bc2698 |
---|
14 | depends_lib-append port:p5-params-util port:p5-datemanip port:p5-timedate |
---|
15 | |
---|