2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Pedro Garcia Freitas <sawp@sawp.com.br>
|
2011-02-05 11:49:59 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pymorph
|
|
|
|
PORTVERSION= 0.96
|
2018-03-10 18:46:04 +01:00
|
|
|
PORTREVISION= 7
|
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
|
|
|
|
2014-12-06 23:13:42 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2011-02-05 11:49:59 +01:00
|
|
|
|
2012-06-21 07:15:08 +02:00
|
|
|
RUN_DEPENDS+= ${PYNUMPY}
|
|
|
|
|
2018-02-19 12:10:43 +01:00
|
|
|
USES= python:2.7
|
2014-10-21 18:36:12 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2011-02-05 11:49:59 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|