aboutsummaryrefslogtreecommitdiffstats
path: root/astro/py-astLib/Makefile
blob: 0ae150fdebf23457be9d3f890221b9a8df2f3a5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    py-astLib
# Date created:     23 March, 2009
# Whom:         Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   astLib
PORTVERSION=    0.3.1
PORTREVISION=   1
CATEGORIES= astro python
MASTER_SITES=   SF
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= wenheping@gmail.com
COMMENT=    A set of python astonomy modules

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
RUN_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

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>