freebsd-ports/sysutils/p5-Device-RAID-Poller/Makefile
Zane C. Bowers-Hadley 864ebacac3 sysutils/p5-Device-RAID-Poller: Add new port
The included check_raid provides LibreNMS JSON app or Nagios style
check output.

The RAID checking is supported for the following.

- Adaptec arcconf
- Avago tw_cli
- GEOM
-- mirror
-- graid3
-- graid
- ZFS

PR:		259188
2021-11-06 13:42:03 +09:00

21 lines
498 B
Makefile

PORTNAME= Device-RAID-Poller
PORTVERSION= 0.2.0
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= RAID poller providing LibreNMS JSON app and Nagios style checks
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Error-Helper>=1.0.0:devel/p5-Error-Helper \
p5-JSON>=2.97.001:converters/p5-JSON \
p5-Module-List>=0.004:devel/p5-Module-List
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>