# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          snmp 1.0.1 gem {} rubygems
platforms           any
supported_archs     noarch
maintainers         nomaintainer
description         SNMP library implemented in ruby

long_description    This library implements SNMP (the Simple Network \
                    Management Protocol). It is implemented in pure Ruby, so \
                    there are no dependencies on external libraries like \
                    net-snmp. You can run this library anywhere that Ruby \
                    can run.

checksums           md5 03917ca123adb7827b2aa75304953a28

depends_lib-append  port:rb-gem_plugin
