blob: df41f59de5cfb65fa8cac788a4338522be84e43e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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>
|