blob: 30f669e69073536d90c7ae866bc69038e15227dd (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "Perl support for accessing SNMP-aware devices"
SECTION = "libs"
LICENSE = "Artistic"
PR = "r0"
SRC_URI = "http://www.switch.ch/misc/leinen/snmp/perl/dist/SNMP_Session-${PV}.tar.gz"
S = "${WORKDIR}/SNMP_Session-${PV}"
inherit cpan
|