aboutsummaryrefslogtreecommitdiffstats
path: root/astro/p5-Astro-FITS-CFITSIO/Makefile
blob: 4573ca2998ec9c28fe130752874bc2f4bc816d9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Astro-FITS-CFITSIO
PORTVERSION=    1.10
CATEGORIES= astro perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl extension for using the cfitsio library

LIB_DEPENDS=    cfitsio:${PORTSDIR}/astro/cfitsio

CONFIGURE_ENV=  CFITSIO=${LOCALBASE}
USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>