2012-12-16 16:33:02 +01:00
|
|
|
# Created by: Pedro Garcia Freitas <sawp@sawp.com.br>
|
2010-12-17 09:40:31 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mahotas
|
2019-06-28 10:32:32 +02:00
|
|
|
PORTVERSION= 1.4.5
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 1
|
2010-12-17 09:40:31 +01:00
|
|
|
CATEGORIES= graphics python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2020-08-17 14:11:33 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-12-16 16:33:02 +01:00
|
|
|
COMMENT= Computer vision and image processing library for Python
|
2010-12-17 09:40:31 +01:00
|
|
|
|
2012-12-16 16:33:02 +01:00
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libfreeimage.so:graphics/freeimage
|
2010-12-17 09:40:31 +01:00
|
|
|
|
2013-08-17 18:27:24 +02:00
|
|
|
USE_GCC= yes
|
2014-10-21 18:36:12 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2010-12-17 09:40:31 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|