freebsd-ports/science/py-obspy.xseed/Makefile
Wen Heping 089417ac66 - Update to 0.5.2
PR:		167314
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-05-04 07:24:07 +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.5.2
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>