aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/mahotas/Makefile
blob: b252d1fedf48a875e1962c83beefe306ee3c14de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    py-mahotas
# Date created:     2010-12-14
# Whom:         Pedro Garcia Freitas <sawp@sawp.com.br>
#
# $FreeBSD$
#

PORTNAME=   mahotas
PORTVERSION=    0.6.1
CATEGORIES= graphics python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sawp@sawp.com.br
COMMENT=    An Efficient Image Processing Library for Python

BUILD_DEPENDS+= ${PYNUMPY}

USE_GCC=    4.5+
USE_PYTHON= 2.4+
USE_PYDISTUTILS=    easy_install
PYEASYINSTALL_ARCHDEP=  yes

.include <bsd.port.mk>