mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
22 lines
515 B
Makefile
22 lines
515 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= obspy.signal
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= science python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Python signal processing routines for seismology
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}obspy-core>=0.4.6:${PORTSDIR}/science/py-obspy-core
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_ZIP= yes
|
|
USE_PYTHON= yes
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|