def088557e
Object Orientated interface to FITS HDUs
27 lines
562 B
Makefile
27 lines
562 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= 2.8.1
|
|
CATEGORIES= astro perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Astro
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Object Orientated interface to FITS HDUs
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Astro::FITS::Header.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>
|