freebsd-ports/astro/py-pyfits/Makefile
Martin Wilke 89cf4b9c5c PyFITS provides an interface to FITS formatted files
under the Python scripting language. It is useful for
interactive data analysis and for writing analysis
scripts in Python using FITS files as either input or
output. PyFITS is a development project of the Science
Software Branch at the Space Telescope Science Institute.

WWW: http://www.stsci.edu/resources/software_hardware/pyfits

PR:		ports/128456
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-11-01 22:01:53 +00:00

24 lines
566 B
Makefile

# New ports collection makefile for: pyfits
# Date created: 2008-10-28
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pyfits
PORTVERSION= 1.3
CATEGORIES= astro python
MASTER_SITES= http://www.stsci.edu/resources/software_hardware/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Python Interface to FITS Formatted Files
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>