Files
2026-02-11 23:24:45 +00:00

26 lines
444 B
Makefile

COMMENT= pure python IPMI protocol library
MODPY_DISTV= 1.6.12
DISTNAME= pyghmi-${MODPY_DISTV}
PKGNAME= py-ghmi-${MODPY_DISTV}
CATEGORIES= sysutils
HOMEPAGE= https://opendev.org/x/pyghmi
# Apache2
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= pbr
MODPY_PI= Yes
BUILD_DEPENDS= security/py-cryptography
RUN_DEPENDS= devel/py-dateutil \
security/py-cryptography
# Requires unported oslotest
NO_TEST= Yes
.include <bsd.port.mk>