1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add PLOT and S3 options

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-05-17 18:29:06 +00:00
parent e73a23b707
commit a130e41283
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535609

View File

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