freebsd-ports/graphics/pymorph/Makefile
Marcus von Appen 28ab9e8719 - Enable stagedir support
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-13 18:17:45 +00:00

21 lines
403 B
Makefile

# Created by: Pedro Garcia Freitas <sawp@sawp.com.br>
# $FreeBSD$
PORTNAME= pymorph
PORTVERSION= 0.96
PORTREVISION= 4
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= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>