eb3c2b436e
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
19 lines
498 B
Makefile
19 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.9 2019/11/03 11:45:50 rillig 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
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
USE_LANGUAGES= c
|
|
EGG_NAME= netsnmp_python-1.0a1
|
|
PYSETUPSUBDIR= python
|
|
|
|
.include "../../net/net-snmp/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|