# $Id: Portfile 88625 2012-01-05 21:44:45Z jmr@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.setup			Astro-FITS-Header 3.03
revision            1
license				GPL-3+
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.
# MacPorts version only currently handles cfitsio

platforms			darwin

checksums			sha1    656924d70878da2e10144eff5de7e37add7c67f8 \
					rmd160  cfc3365d06ba8e2b44ddbbc3f3433cea13cb6b87

if {${perl5.major} != ""} {
    depends_lib-append	port:p${perl5.major}-astro-fits-cfitsio
    
    supported_archs noarch
    
    perl5.use_module_build
}
