freebsd-ports/graphics/pymorph/Makefile
Marcus von Appen 734b61f327 - Convert ports of graphics/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:36:12 +00:00

20 lines
388 B
Makefile

# Created by: Pedro Garcia Freitas <sawp@sawp.com.br>
# $FreeBSD$
PORTNAME= pymorph
PORTVERSION= 0.96
PORTREVISION= 5
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}
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>