2012-12-16 16:33:02 +01:00
|
|
|
# Created by: Pedro Garcia Freitas <sawp@sawp.com.br>
|
2010-12-17 09:40:31 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mahotas
|
2012-12-09 09:34:01 +01:00
|
|
|
PORTVERSION= 0.9.6
|
2010-12-17 09:40:31 +01:00
|
|
|
CATEGORIES= graphics python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sawp@sawp.com.br
|
2012-12-16 16:33:02 +01:00
|
|
|
COMMENT= Computer vision and image processing library for Python
|
2010-12-17 09:40:31 +01:00
|
|
|
|
2012-12-16 16:33:02 +01:00
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
|
|
LIB_DEPENDS= freeimage:${PORTSDIR}/graphics/freeimage
|
2010-12-17 09:40:31 +01:00
|
|
|
|
2013-08-17 18:27:24 +02:00
|
|
|
USE_GCC= yes
|
2011-02-25 04:19:29 +01:00
|
|
|
USE_PYTHON= 2.5+
|
2010-12-17 09:40:31 +01:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
|
|
|
2013-09-20 20:35:44 +02:00
|
|
|
NO_STAGE= yes
|
2010-12-17 09:40:31 +01:00
|
|
|
.include <bsd.port.mk>
|