1PORTNAME= python-dotenv 2PORTVERSION= 1.0.1 3CATEGORIES= www python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Add .env support to your django/flask apps 9WWW= https://github.com/theskumar/python-dotenv 10 11LICENSE= bsd3 12LICENSE_FILE= ${WRKSRC}/LICENSE 13 14USES= python 15USE_PYTHON= autoplist concurrent distutils 16 17CONFLICTS_INSTALL= rubygem-dotenv # bin/dotenv 18 19NO_ARCH= yes 20 21OPTIONS_DEFINE= CLI 22OPTIONS_DEFAULT=CLI 23CLI_DESC= Command-line interface support 24 25CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click@${PY_FLAVOR} 26 27.include <bsd.port.mk> 28