# -*- 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 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Astro-FITS-Header 3.09 revision 0 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 container files. # MacPorts version only currently handles cfitsio platforms {darwin any} supported_archs noarch checksums rmd160 8670563adb83217a33da0cab8bfd2259cde2059c \ sha256 72ad68bde5a4bbeceff1516d67703fe2d002143970429a3cd69a651652d56986 \ size 116093 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-astro-fits-cfitsio perl5.use_module_build }