# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $
PortSystem		1.0
PortGroup		perl5 1.0

perl5.setup		Net-SNMP 5.2.0
maintainers		nomaintainer
description		Object oriented interface to SNMP
long_description	The Net::SNMP module implements an object oriented \
					interface to the Simple Network Management Protocol. \
					Perl applications can use the  module to retrieve or \
					update information on a remote host using the SNMP \
					protocol.  The module supports SNMP version-1, SNMP \
					version-2c (Community-Based SNMPv2), and SNMP \
					version-3.  The Net::SNMP module assumes that the \
					user has a basic understanding of the Simple Network \
					Management Protocol and related network management \
					concepts.
checksums		md5 0e717723f843ab22a93248833f3ebff7
platforms		darwin

depends_lib		port:p5-digest-hmac \
				port:p5-digest-sha1 \
				port:p5-crypt-des

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
