# $Id: Portfile,v 1.3 2005/04/21 15:57:58 jberry Exp $

PortSystem			1.0
PortGroup			perl5 1.0
perl5.setup			Astro-FITS-Header 2.8.1
maintainers			darwinports@opendarwin.org
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 08ae3810997e4e5c92bd2f5013892cba

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

