freebsd-ports/graphics/mahotas/Makefile
Gerald Pfeifer eed05d4126 Replace USE_GCC=4.5+ by USE_GCC=4.6+ which has been transparently
done by the ports infrastructure for a while.

PR:		166215
Approved by:	maintainer (sawp@sawp.com.br)
Feature safe:	yes
2012-03-18 20:03:40 +00:00

25 lines
501 B
Makefile

# 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.6
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.6+
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>