mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add p5-Net-SNMPTrapd 0.12
- While I'm here, add LICENSE The Net::SNMPTrapd module implements an SNMP Trap Listener. WWW: http://search.cpan.org/dist/Net-SNMPTrapd/ PR: ports/185418 Submitted by: Hung-Yi Chen <gaod@hychen.org>
This commit is contained in:
parent
f5deb59c80
commit
7921b3bbc8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338895
@ -228,6 +228,7 @@
|
||||
SUBDIR += p5-Net-Netmask
|
||||
SUBDIR += p5-Net-SNMP
|
||||
SUBDIR += p5-Net-SNMP-Util
|
||||
SUBDIR += p5-Net-SNMPTrapd
|
||||
SUBDIR += p5-Net-Telnet-Cisco-IOS
|
||||
SUBDIR += p5-NetAddr-IP
|
||||
SUBDIR += p5-NetAddr-IP-Lite
|
||||
|
23
net-mgmt/p5-Net-SNMPTrapd/Makefile
Normal file
23
net-mgmt/p5-Net-SNMPTrapd/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Hung-Yi Chen <gaod@hychen.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-SNMPTrapd
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= net-mgmt perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gaod@hychen.org
|
||||
COMMENT= SNMP Trap Listener in Perl
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Convert-ASN1>=0.22:${PORTSDIR}/converters/p5-Convert-ASN1 \
|
||||
p5-IO-Socket-IP>=0:${PORTSDIR}/net/p5-IO-Socket-IP
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
net-mgmt/p5-Net-SNMPTrapd/distinfo
Normal file
2
net-mgmt/p5-Net-SNMPTrapd/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-SNMPTrapd-0.12.tar.gz) = c3ce863618583153b1133168b8c809501bcf7111236b35447e4803e2ca41f4ae
|
||||
SIZE (Net-SNMPTrapd-0.12.tar.gz) = 15692
|
3
net-mgmt/p5-Net-SNMPTrapd/pkg-descr
Normal file
3
net-mgmt/p5-Net-SNMPTrapd/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
The Net::SNMPTrapd module implements an SNMP Trap Listener.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-SNMPTrapd/
|
7
net-mgmt/p5-Net-SNMPTrapd/pkg-plist
Normal file
7
net-mgmt/p5-Net-SNMPTrapd/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/snmptrapd-simple.pl
|
||||
bin/snmptrapd-sendtest.pl
|
||||
%%SITE_PERL%%/Net/SNMPTrapd.pm
|
||||
%%PERL5_MAN3%%/Net::SNMPTrapd.3.gz
|
||||
man/man1/snmptrapd-sendtest.pl.1.gz
|
||||
man/man1/snmptrapd-simple.pl.1.gz
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in New Issue
Block a user