cde5acd50e
Rename the following ports: * net-mgmt/py-snmp4 -> net-mgmt/py-pysnmp * net-mgmt/py-snmp4-apps -> net-mgmt/py-pysnmp-apps * net-mgmt/py-snmp4-mibs -> net-mgmt/py-pysnmp-mibs Bump PORTREVISION for net/exaddos + net-mgmt/py-pysmi PR: 235120 Submitted by: John W. O'Brien <john@saltant.com> Reviewed by: koobs Approved by: miwi (mentor), maintainer Differential Revision: https://reviews.freebsd.org/D19134
23 lines
518 B
Makefile
23 lines
518 B
Makefile
# Created by: Martin Jackson <mhjacks@swbell.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pysnmp-mibs
|
|
PORTVERSION= 0.1.6
|
|
CATEGORIES= net-mgmt python
|
|
MASTER_SITES= CHEESESHOP \
|
|
SF/pysnmp/pysnmp-mibs/${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mhjacks@swbell.net
|
|
COMMENT= Additional python MIB files for pysnmp and friends
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysnmp>=4.3.2:net-mgmt/py-pysnmp@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|