Files
ports/sysutils/py-hpilo/Makefile
T
Luca Pizzamiglio 493f24d6b2 sysutils/py-hpilo: Update to 4.4.3
No changelog available
2021-01-17 20:36:29 +00:00

34 lines
691 B
Makefile

# $FreeBSD$
PORTNAME= hpilo
PORTVERSION= 4.4.3
PORTREVISION= 0
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= pizzamig@FreeBSD.org
COMMENT= Python cli to interact with HP iLO management interface
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:3.6+
USE_GITHUB= yes
GH_ACCOUNT= seveas
GH_PROJECT= python-hpilo
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
OPTIONS_DEFINE= RC4_SHA
RC4_SHA_DESC= Enable RC4-SHA ciphers, for old iLO, but removed from openssl (custom openssl required)
# replace "RC4-SHA:" + with nothing
post-patch-RC4_SHA-off:
${REINPLACE_CMD} -e 's/"RC4-SHA:" + //g' ${WRKSRC}/hpilo.py
.include <bsd.port.mk>