2011-01-06 01:36:56 +01:00
|
|
|
# Ports collection makefile for: Astro-FITS-CFITSIO
|
|
|
|
# Date created: Jan 6, 2010
|
|
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Astro-FITS-CFITSIO
|
2012-07-30 21:27:18 +02:00
|
|
|
PORTVERSION= 1.09
|
2011-01-06 01:36:56 +01:00
|
|
|
CATEGORIES= astro perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-08-04 12:39:36 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2011-01-06 01:36:56 +01:00
|
|
|
COMMENT= Perl extension for using the cfitsio library
|
|
|
|
|
2012-07-10 19:27:17 +02:00
|
|
|
LIB_DEPENDS= cfitsio:${PORTSDIR}/astro/cfitsio
|
2011-01-06 01:36:56 +01:00
|
|
|
|
2012-07-10 19:27:17 +02:00
|
|
|
CONFIGURE_ENV= CFITSIO=${LOCALBASE}
|
2011-01-06 01:36:56 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2012-07-10 19:27:17 +02:00
|
|
|
MAN3= Astro::FITS::CFITSIO.3
|
2011-01-06 01:36:56 +01:00
|
|
|
|
2012-07-10 19:27:17 +02:00
|
|
|
.include <bsd.port.mk>
|