# New ports collection makefile for:	py-obspy.taup
# Date created:				Jan 11, 2012
# Whom:					Wen Heping <wenheping@gmail.com>
#
# $FreeBSD: ports/science/py-obspy.taup/Makefile,v 1.1 2012/01/16 06:55:05 wen Exp $
#

PORTNAME=	obspy.taup
PORTVERSION=	0.5.1
CATEGORIES=	science python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Travel time calculation tool for ObsPy

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

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

.include <bsd.port.mk>
