blob: 8c3b4c3bf237ddb008e5ddb382190c82ddd93ddd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
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>
|