# -*- 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: Portfile 68061 2010-05-26 02:29:05Z jmr@macports.org $

PortSystem		   1.0
PortGroup		   perl5 1.0

perl5.setup		   Astro 0.71
maintainers		   saao.ac.za:tim
description		   Assorted astronomical routines for perl
long_description   \
    Astro::Time, Astro::Coord and Astro::Misc provide a collection of useful \
    astronomical routines written entirely in Perl.  The routines provided include \
    various time conversions, coordinate transformations, and string parsing as \
    well as a number of astronomical tools. \
    \
    These routines should be used at your own risk! Most should give \
    reasonable accurate results, but spot checks against your favorite \
    program are recommenced. The B1950/J2000/Galactic coordinate routines \
    are based on SLALIB routines and agree very closely. \

platforms		   darwin
if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}

checksums          md5  e194a0532b93697cb0c2d906fc4fb071 \
                   sha1  4f3c72377bc02b845f3a6cb8093c60b5f1850b0f \
                   rmd160  3eccb7edd545853867d36357c5bf50444c691754
