b3fae6d938
Packages Collection. This library implements SNMP (the Simple Network Management Protocol). It is implemented in pure Ruby. You can run this library anywhere that Ruby can run.
13 lines
342 B
Makefile
13 lines
342 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/06 23:38:40 seb Exp $
|
|
|
|
DISTNAME= snmp-1.0.2
|
|
PKGNAME= ${RUBYGEM_PKGPREFIX}-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://snmplib.rubyforge.org/
|
|
COMMENT= SNMP library in pure Ruby
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|