Ticket #12833: Portfile
File Portfile, 509 bytes (added by kajtzu@…, 17 years ago) |
---|
Line | |
---|---|
1 | |
2 | PortSystem 1.0 |
3 | PortGroup ruby 1.0 |
4 | ruby.setup snmp 1.0.1 gem {} rubyforge_gem |
5 | maintainers kajtzu@basen.net |
6 | description SNMP library implemented in ruby |
7 | |
8 | long_description This library implements SNMP (the Simple Network Management Protocol). \ |
9 | It is implemented in pure Ruby, so there are no dependencies on external \ |
10 | libraries like net-snmp. You can run this library anywhere that Ruby can run. |
11 | |
12 | checksums md5 03917ca123adb7827b2aa75304953a28 |
13 | |
14 | depends_lib-append \ |
15 | port:rb-gem_plugin |