63f5eeef8a
With hat: portmgr
25 lines
433 B
Makefile
25 lines
433 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hpilo
|
|
PORTVERSION= 4.3
|
|
PORTREVISION= 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>
|