snmpd (which, as an aside, could benefit from supporting multiple "listen on" so that it could be made to listen to both v4+v6 at the same time..).
17 lines
373 B
Makefile
17 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.19 2013/05/03 12:17:08 sthen Exp $
|
|
|
|
COMMENT= provides rudimentary access to remote SNMP agents
|
|
|
|
MODULES= cpan
|
|
DISTNAME= SNMP_Session-1.13
|
|
REVISION= 4
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://code.google.com/p/snmp-session/
|
|
MASTER_SITES= http://snmp-session.googlecode.com/files/
|
|
|
|
# Artistic License 2.0
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|