freebsd-ports/biology/py-biosig/Makefile
Yuri Victorovich de26f0edfc biology/{,py-}biosig: Update 2.5.0 → 2.5.2
Reported by:	portscout
2023-07-19 01:17:37 -07:00

24 lines
615 B
Makefile

PORTNAME= biosig
DISTVERSION= 2.5.2
CATEGORIES= biology
MASTER_SITES= SF/${PORTNAME}/BioSig%20for%20C_C%2B%2B/src/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for reading and writing different biosignal data format
WWW= http://biosig.sourceforge.net/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/../../COPYING
BUILD_DEPENDS= ${PYNUMPY}
LIB_DEPENDS= libbiosig.so:biology/biosig
USES= python tar:xz
USE_PYTHON= distutils autoplist
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
WRKSRC_SUBDIR= biosig4c++/python
.include <bsd.port.mk>