blob: 994efca4f43f9afe684ffed61197a2a1919b237a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Pedro Garcia Freitas <sawp@sawp.com.br>
# $FreeBSD$
PORTNAME= pymorph
PORTVERSION= 0.96
PORTREVISION= 9
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
MAINTAINER= sawp@sawp.com.br
COMMENT= Pymorph is a pure implementations of image morphology functions
LICENSE= BSD3CLAUSE
RUN_DEPENDS+= ${PYNUMPY}
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|