2008-11-01 23:01:53 +01:00
|
|
|
# New ports collection makefile for: pyfits
|
|
|
|
# Date created: 2008-10-28
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pyfits
|
2010-05-26 15:20:31 +02:00
|
|
|
PORTVERSION= 2.3
|
2008-11-01 23:01:53 +01:00
|
|
|
CATEGORIES= astro python
|
|
|
|
MASTER_SITES= http://www.stsci.edu/resources/software_hardware/${PORTNAME}/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2010-05-26 15:20:31 +02:00
|
|
|
MAINTAINER= tonymaher@optusnet.com.au
|
2008-11-01 23:01:53 +01:00
|
|
|
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>
|