blob: 6f293dac301a74184ec894437b4450f931baf930 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# 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>
|