diff options
Diffstat (limited to 'net/py-netsnmp/Makefile')
-rw-r--r-- | net/py-netsnmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-netsnmp/Makefile b/net/py-netsnmp/Makefile index 72037d3255d..1034e5b598f 100644 --- a/net/py-netsnmp/Makefile +++ b/net/py-netsnmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:52 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:28 adam Exp $ .include "../../net/net-snmp/Makefile.common" @@ -8,7 +8,7 @@ CATEGORIES= net python MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Python bindings to extensible SNMP implementation -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 USE_LANGUAGES= c EGG_NAME= netsnmp_python-1.0a1 |