mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
be0af1a2a3
PR: ports/102268 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
35 lines
736 B
Makefile
35 lines
736 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.0
|
|
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::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.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|