# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0
perl5.setup			Astro-FITS-Header 3.01
maintainers			nomaintainer
description			Module to work with FITS header blocks
long_description \
	The Astro::FITS::Header module can work with FITS Header blocks, either \
	directly from the primary FITS HDU of a file complying with the FITS \
	data standard, or from the FITS extension in an extensible N-dimensional \
	data format (NDF) file or from a Global Section Data file (GSD).  \
	Additionally the module also supports .HEADER in HDS contanier files.
# DP version only currently handles cfitsio

platforms			darwin

checksums			md5     d3c412321625f902b95a50be20f21d6d \
					sha1    5b0aeb6e4605ea3d6e533d4cbc6571ebd7e2f51b \
					rmd160  feeba3cdd48acfadc154b26619e63d873784c76e

depends_lib-append	port:p5-astro-fits-cfitsio

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