aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-obspy.mseed/Makefile
blob: 18b54f9bad728609e56b2b85672ccea066fc97dd (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
# New ports collection makefile for:    py-obspy.mseed
# Date created:             Jan 26, 2011
# Whom:                 Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   obspy.mseed
PORTVERSION=    0.4.9
CATEGORIES= science python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= wen@FreeBSD.org
COMMENT=    Read & write seismograms, Format MiniSeed

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

USE_ZIP=        yes
USE_PYTHON=     yes
PYEASYINSTALL_ARCHDEP=  yes
USE_PYDISTUTILS=    easy_install

.include <bsd.port.mk>