2006-02-16 07:29:53 +01:00
|
|
|
# New ports collection makefile for: rubygem-snmp
|
|
|
|
# Date created: 15 February 2006
|
|
|
|
# Whom: Brooks Davis <brooks@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= snmp
|
2010-09-22 22:35:20 +02:00
|
|
|
PORTVERSION= 1.0.3
|
2006-02-16 07:29:53 +01:00
|
|
|
CATEGORIES= net-mgmt rubygems
|
2010-09-09 21:12:56 +02:00
|
|
|
MASTER_SITES= RG
|
2006-02-16 07:29:53 +01:00
|
|
|
|
2006-09-15 16:48:28 +02:00
|
|
|
MAINTAINER= mhjacks@swbell.net
|
2006-02-16 07:29:53 +01:00
|
|
|
COMMENT= SNMP library for Ruby
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 02:44:59 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|