1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/net/py-netsnmpagent/Makefile
William Grzybowski a37a66af8a net/py-netsnmpagent: Python module that facilitates writing Net-SNMP subagents in Python
Subagents connect to a locally running Master agent (snmpd) over a Unix domain
socket and using the AgentX protocol (RFC2741).
They implement custom Management Information Base (MIB) modules that extend
the local node MIB tree. Usually, this requires writing a MIB as well, ie.
a text file that specifies the structure, names and data types of the
information within the MIB module.

WWW: https://pypi.python.org/pypi/netsnmpagent
2018-04-12 16:52:46 +00:00

19 lines
386 B
Makefile

# $FreeBSD$
PORTNAME= netsnmpagent
PORTVERSION= 0.6.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= vladimirv@ixsystems.com
COMMENT= Python module that facilitates writing Net-SNMP subagents in Python
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>