954d78723f
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.
18 lines
445 B
Makefile
18 lines
445 B
Makefile
# New ports collection makefile for: rubygem-snmp
|
|
# Date created: 15 February 2006
|
|
# Whom: Brooks Davis <brooks@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= snmp
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= net-mgmt rubygems
|
|
MASTER_SITES= http://rubyforge.org/frs/download.php/7662/
|
|
|
|
MAINTAINER= brooks@FreeBSD.org
|
|
COMMENT= SNMP library for Ruby
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|