1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- 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)
This commit is contained in:
Ruslan Makhmatkhanov 2012-06-21 05:15:08 +00:00
parent 6eb47c7dfc
commit cea34d4832
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299718
3 changed files with 9 additions and 8 deletions

View File

@ -1,21 +1,24 @@
# New ports collection makefile for: pymorph
# Date created: 2011-01-18
# Whom: Pedro Garcia Freitas <sawp@sawp.com.br>
# 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.
COMMENT= Pymorph is a pure implementations of image morphology functions
BUILD_DEPENDS+= ${PYNUMPY}
LICENSE= BSD
USE_PYTHON= 2.4+
RUN_DEPENDS+= ${PYNUMPY}
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>

View File

@ -4,4 +4,4 @@ morphology operations, working with numpy arrays representing images.
Includes basic operations for morphological image processing such as erode,
dilate, open, tophat opening, watershed and more.
WWW: http://pypi.python.org/pypi/pymorph
WWW: http://pypi.python.org/pypi/pymorph

View File

@ -25,5 +25,3 @@
@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pymorph
@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
@dirrmtry %%PYTHON_SITELIBDIR%%
@dirrmtry %%PYTHON_LIBDIR%%