summaryrefslogtreecommitdiff
path: root/graphics/pymorph/Makefile
blob: 903c9062f533901fadc6798026ec65b1f667b212 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Pedro Garcia Freitas <sawp@sawp.com.br>
# $FreeBSD$

PORTNAME=	pymorph
PORTVERSION=	0.96
PORTREVISION=	3
CATEGORIES=	graphics python
MASTER_SITES=	CHEESESHOP

MAINTAINER=	sawp@sawp.com.br
COMMENT=	Pymorph is a pure implementations of image morphology functions

LICENSE=	BSD

RUN_DEPENDS+=	${PYNUMPY}

USE_PYTHON=	2
USE_PYDISTUTILS=	easy_install

NO_STAGE=	yes
.include <bsd.port.mk>