freebsd-ports/astro/p5-Astro-FITS-Header/Makefile
Philip M. Gollucci 89c63fe984 - Turn over a bunch of p5- ports that change infrequently to perl@
so more people can look at them.
2009-12-13 18:07:49 +00:00

30 lines
592 B
Makefile

# ex:ts=8
# Ports collection makefile for: Astro-FITS-Header
# Date created: Mar 10, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Astro-FITS-Header
PORTVERSION= 3.01
CATEGORIES= astro perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Astro
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Object Orientated interface to FITS HDUs
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
MAN3= Astro::FITS::Header.3 \
Astro::FITS::Header::AST.3 \
Astro::FITS::Header::CFITSIO.3 \
Astro::FITS::Header::GSD.3 \
Astro::FITS::Header::Item.3 \
Astro::FITS::Header::NDF.3
.include <bsd.port.mk>