freebsd-ports/astro/p5-Astro-FITS-CFITSIO/Makefile
Sunpoet Po-Chuan Hsieh d21f8c4177 - Update to 3.360
- Build and install static library
- Bump PORTREVISION for astro/cfitsio shlib change

Changes:	http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2014-05-04 15:37:11 +00:00

20 lines
414 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= Astro-FITS-CFITSIO
PORTVERSION= 1.10
PORTREVISION= 2
CATEGORIES= astro perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for using the cfitsio library
LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio
CONFIGURE_ENV= CFITSIO=${LOCALBASE}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>