pkgsrc/net/py-netsnmp/Makefile
he 4409822e25 Add the "netsnmp" Python module, interfacing to net-snmp.
DESCR:
This is the Python 'netsnmp' extension module. The 'netsnmp' module
provides a full featured, tri-lingual SNMP (SNMPv3, SNMPv2c,
SNMPv1) client API. The 'netsnmp' module internals rely on the
Net-SNMP toolkit library.
2014-08-05 12:22:43 +00:00

18 lines
531 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/08/05 12:22:43 he Exp $
.include "../../net/net-snmp/Makefile.common"
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/net-snmp/netsnmp/}
CATEGORIES= net python
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Python bindings to extensible SNMP implementation
WRKSRC= ${WRKDIR}/${DISTNAME}/python
USE_LANGUAGES= c
EGG_NAME= netsnmp_python-1.0a1
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
.include "../../net/net-snmp/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"