freebsd-ports/graphics/pymorph/Makefile
Ruslan Makhmatkhanov cea34d4832 - strict python version to 2.x only (doesn't work with python3)
- fix portlint warning (remove dot from COMMENT)
- add LICENSE (BSD)
- py-numpy only needed on runtime stage, so move it to RUN_DEPENDS
- add some tabs to Makefile header and pkg-descr
- do not try to remove directories that we didn't install
- bump PORTREVISION

PR:		168815
Submitted by:	rm (myself)
Approved by:    maintainer timeout (2 weeks)
2012-06-21 05:15:08 +00:00

24 lines
464 B
Makefile

# 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>