28ab9e8719
- 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)
21 lines
403 B
Makefile
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>
|