aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-obspy.db/Makefile
blob: 374ccc1c36c5a164eb2af7145e99dc1ccfda4ebd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   obspy.db
PORTVERSION=    0.7.0
CATEGORIES= science python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= wen@FreeBSD.org
COMMENT=    A seismic waveform indexer and database for ObsPy

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}obspy-core>=0.4.6:${PORTSDIR}/science/py-obspy-core

USE_ZIP=        yes
USE_PYTHON=     yes
USE_PYDISTUTILS=    easy_install

.include <bsd.port.mk>