2011-02-05 11:49:59 +01:00
|
|
|
# New ports collection makefile for: pymorph
|
2012-06-21 07:15:08 +02:00
|
|
|
# Date created: 2011-01-18
|
|
|
|
# Whom: Pedro Garcia Freitas <sawp@sawp.com.br>
|
2011-02-05 11:49:59 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pymorph
|
|
|
|
PORTVERSION= 0.96
|
2012-06-21 07:15:08 +02:00
|
|
|
PORTREVISION= 1
|
2011-02-05 11:49:59 +01:00
|
|
|
CATEGORIES= graphics python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
|
|
|
|
MAINTAINER= sawp@sawp.com.br
|
2012-06-21 07:15:08 +02:00
|
|
|
COMMENT= Pymorph is a pure implementations of image morphology functions
|
2011-02-05 11:49:59 +01:00
|
|
|
|
2012-06-21 07:15:08 +02:00
|
|
|
LICENSE= BSD
|
2011-02-05 11:49:59 +01:00
|
|
|
|
2012-06-21 07:15:08 +02:00
|
|
|
RUN_DEPENDS+= ${PYNUMPY}
|
|
|
|
|
|
|
|
USE_PYTHON= -2.7
|
2011-02-05 11:49:59 +01:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|