forked from Lainports/freebsd-ports
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# Created by: Pedro Garcia Freitas <sawp@sawp.com.br>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pymorph
|
|
PORTVERSION= 0.96
|
|
PORTREVISION= 1
|
|
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.7
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|