freebsd-ports/sysutils/py-hpilo/Makefile
Luca Pizzamiglio 42b89ed8c9 sysutils/py-hpilo: Add python tool for HP iLO
This port add a python library and a command-line tool to interact with
the iLO, the management interface provided by HP
2018-04-19 20:52:41 +00:00

24 lines
419 B
Makefile

# $FreeBSD$
PORTNAME= hpilo
PORTVERSION= 4.2.1
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
USE_GITHUB= yes
GH_ACCOUNT= seveas
GH_PROJECT= python-hpilo
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>