mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
18 lines
420 B
Makefile
18 lines
420 B
Makefile
PORTNAME= mahotas
|
|
PORTVERSION= 1.4.15
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Computer vision and image processing library for Python
|
|
WWW= https://packages.python.org/mahotas/
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
LIB_DEPENDS= libfreeimage.so:graphics/freeimage
|
|
|
|
USE_GCC= yes
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|