freebsd-ports/science/py-obspy.xseed/Makefile
Wen Heping 952b34a731 - Update to 0.5.0
Feature safe:	yes
2011-12-09 08:26:04 +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.0
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>