2013-02-25 11:09:19 +00:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2009-03-26 14:14:15 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= astLib
|
2012-03-08 08:39:54 +00:00
|
|
|
PORTVERSION= 0.6.1
|
2012-06-01 05:26:28 +00:00
|
|
|
PORTREVISION= 1
|
2009-03-26 14:14:15 +00:00
|
|
|
CATEGORIES= astro python
|
|
|
|
MASTER_SITES= SF
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2010-05-21 06:12:07 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-02-25 11:09:19 +00:00
|
|
|
COMMENT= Astronomy modules for Python
|
2009-03-26 14:14:15 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY} \
|
|
|
|
${PKGNAMEPREFIX}scipy>=0.7.0:${PORTSDIR}/science/py-scipy \
|
|
|
|
${PKGNAMEPREFIX}imaging>=1.1.6:${PORTSDIR}/graphics/py-imaging \
|
|
|
|
${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits \
|
|
|
|
${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib
|
2013-02-25 11:09:19 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-03-26 14:14:15 +00:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|