freebsd-ports/graphics/pymorph/Makefile

25 lines
464 B
Makefile
Raw Normal View History

# New ports collection makefile for: pymorph
# Date created: 2011-01-18
# Whom: 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
.include <bsd.port.mk>