freebsd-ports/net-mgmt/rubygem-snmp/Makefile
Brooks Davis 954d78723f Add net-mgmt/rubygem-snmp:
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.
2006-02-16 06:29:53 +00:00

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>