blob: 5df3181c4d4c059d2c3f53e0777126a7458b18ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= mahotas
PORTVERSION= 1.4.15
PORTREVISION= 1
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>
|