opnsense-ports/www/py-python-dotenv/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

27 lines
617 B
Makefile

PORTNAME= python-dotenv
PORTVERSION= 1.0.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Add .env support to your django/flask apps
WWW= https://github.com/theskumar/python-dotenv
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
CONFLICTS_INSTALL= rubygem-dotenv # bin/dotenv
NO_ARCH= yes
OPTIONS_DEFINE= CLI
OPTIONS_DEFAULT=CLI
CLI_DESC= Command-line interface support
CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click@${PY_FLAVOR}
.include <bsd.port.mk>