blob: 5255e909168673494204a82e0d8d0bb03331f1af (
plain) (
blame)
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= 6
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>
|