mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
373 B
Makefile
22 lines
373 B
Makefile
COMMENT = iLO automation from python or shell
|
|
|
|
MODPY_DISTV = 4.4.3
|
|
|
|
DISTNAME = python-hpilo-${MODPY_DISTV}
|
|
PKGNAME = ${DISTNAME:S/^python-/py-/}
|
|
REVISION = 6
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# Apache2/GPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
.include <bsd.port.mk>
|