Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / mahotas / Makefile
1 # Created by: Pedro Garcia Freitas <sawp@sawp.com.br>
2 # $FreeBSD$
3
4 PORTNAME=       mahotas
5 PORTVERSION=    0.9.6
6 PORTREVISION=   3
7 CATEGORIES=     graphics python
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     sawp@sawp.com.br
12 COMMENT=        Computer vision and image processing library for Python
13
14 BUILD_DEPENDS=  ${PYNUMPY}
15 LIB_DEPENDS=    libfreeimage.so:${PORTSDIR}/graphics/freeimage
16
17 USE_GCC=        yes
18 USE_PYTHON=             yes
19 USE_PYDISTUTILS=        yes
20 PYDISTUTILS_AUTOPLIST=  yes
21
22 .include <bsd.port.mk>