aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-obspy-core/Makefile
blob: 906ef22150b6991d9d32f53cbefec40c5aa1a170 (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
# New ports collection makefile for:    py-obspy-core
# Date created:             March 16, 2011
# Whom:                 Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   obspy-core
PORTVERSION=    0.4.8
CATEGORIES= science python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   ${PORTNAME:S,-,.,}-${PORTVERSION}

MAINTAINER= wen@FreeBSD.org
COMMENT=    Core Classes of Python for Seismological Observatories

BUILD_DEPENDS=  ${PYNUMPY} \
        ${PYTHON_PKGNAMEPREFIX}scipy>=0.6.0:${PORTSDIR}/science/py-scipy \
        ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib \
        ${PYTHON_PKGNAMEPREFIX}lxml>=2.2:${PORTSDIR}/devel/py-lxml
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_ZIP=        yes
USE_PYTHON=     yes
USE_PYDISTUTILS=    easy_install
PYDISTUTILS_PKGNAME=    obspy.core

.include <bsd.port.mk>