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

23 lines
667 B
Makefile

PORTNAME= dlipower
PORTVERSION= 1.0.176
PORTEPOCH= 2
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= imp@FreeBSD.org
COMMENT= CLI interface to Digital Logger's (DLI) Power Strips
WWW= https://github.com/dwighthubbard/python-dlipower
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR}
USES= python shebangfix
SHEBANG_FILES= scripts/fence_dli
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>