svn commit: r535609 - head/graphics/py-rasterio

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 17 18:29:13 UTC 2020


Author: sunpoet
Date: Sun May 17 18:29:06 2020
New Revision: 535609
URL: https://svnweb.freebsd.org/changeset/ports/535609

Log:
  Add PLOT and S3 options

Modified:
  head/graphics/py-rasterio/Makefile

Modified: head/graphics/py-rasterio/Makefile
==============================================================================
--- head/graphics/py-rasterio/Makefile	Sun May 17 18:29:01 2020	(r535608)
+++ head/graphics/py-rasterio/Makefile	Sun May 17 18:29:06 2020	(r535609)
@@ -28,4 +28,11 @@ RUN_DEPENDS=	gdal>=1.11:graphics/gdal \
 USES=		compiler:c++11-lang python
 USE_PYTHON=	autoplist concurrent cython distutils
 
+OPTIONS_DEFINE=	PLOT S3
+PLOT_DESC=	Plotting support
+S3_DESC=	Amazon S3 support
+
+PLOT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
+S3_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}boto3>=1.2.4:www/py-boto3@${PY_FLAVOR}
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list