Add p5-Zabbix-Sender, a pure perl module implementing zabbix-sender.
This commit is contained in:
parent
50c345ac4b
commit
850a13c0c8
3 changed files with 30 additions and 0 deletions
1
net/p5-Zabbix-Sender/DESCR
Normal file
1
net/p5-Zabbix-Sender/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Zabbix::Sender - A pure-perl implementation of zabbix-sender.
|
24
net/p5-Zabbix-Sender/Makefile
Normal file
24
net/p5-Zabbix-Sender/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/08/07 14:00:40 he Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Zabbix-Sender-0.03
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Zabbix/}
|
||||
CATEGORIES= net perl5
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= Pure-perl implementation of zabbix-sender
|
||||
LICENSE= artistic OR gnu-gpl-v1
|
||||
|
||||
DEPENDS+= p5-Moose>=0:../../devel/p5-Moose
|
||||
DEPENDS+= p5-JSON>=0:../../converters/p5-JSON
|
||||
DEPENDS+= p5-Net>=0:../../net/p5-Net
|
||||
DEPENDS+= p5-namespace-autoclean>=0:../../devel/p5-namespace-autoclean
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Zabbix/Sender/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
net/p5-Zabbix-Sender/distinfo
Normal file
5
net/p5-Zabbix-Sender/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/08/07 14:00:40 he Exp $
|
||||
|
||||
SHA1 (Zabbix-Sender-0.03.tar.gz) = 203de9b8672770787102e168bd51707859772ca6
|
||||
RMD160 (Zabbix-Sender-0.03.tar.gz) = 9d43fcfd5cbaa90e08f80d68ef08b4f149308e43
|
||||
Size (Zabbix-Sender-0.03.tar.gz) = 14235 bytes
|
Loading…
Reference in a new issue