opnsense-ports/sysutils/py-dlipower/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

25 lines
640 B
Makefile

# Created by: M. Warner Losh <imp@FreeBSD.org>
# $FreeBSD$
PORTNAME= dlipower
PORTVERSION= 0.7.117
PORTEPOCH= 2
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= imp@FreeBSD.org
COMMENT= CLI interface to Digital Logger's (DLI) Power Strips
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:www/py-beautifulsoup \
${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests \
${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six
USES= python shebangfix
SHEBANG_FILES= dlipower/fence_dli
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>