freebsd-ports/science/py-obspy.xseed/Makefile
Wen Heping d0893a7fa0 The obspy.xseed package contains methods in order to read, write and
convert seismological meta data files in the Dataless SEED, RESP and
XML-SEED format.

WWW: http://www.obspy.org/
2011-06-29 08:13:17 +00:00

24 lines
648 B
Makefile

# New ports collection makefile for: py-obspy.xseed
# Date created: June 29, 2011
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= obspy.xseed
PORTVERSION= 0.4.8
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Dataless SEED, RESP and XML-SEED read and write support for ObsPy
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
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>