freebsd-ports/sysutils/spcm/Makefile
Jason W. Bacon f7a0202aae sysutils/spcm: Update to 0.5.6
Add cluster-hardware-specs: Select dmidecode output
cluster-power-manager: Add option to power on nodes by hostname
Use flavored ganglia-webfrontend package to force php74
(Ganglia is deprecated and will be removed or replaced in the future)
A few minor bug fixes
2022-01-29 17:38:18 -06:00

23 lines
425 B
Makefile

PORTNAME= spcm
DISTVERSION= 0.5.6
CATEGORIES= sysutils
MAINTAINER= jwb@FreeBSD.org
COMMENT= Tools for building and managing HPC clusters
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= auto-admin>=0.7.9:sysutils/auto-admin
USE_GITHUB= yes
GH_ACCOUNT= outpaddling
GH_PROJECT= SPCM
MAKE_ENV+= DATADIR=${DATADIR}
post-stage:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cluster-passwd
.include <bsd.port.mk>