cf118ccf87
Reported by: lwhsu
22 lines
425 B
Makefile
22 lines
425 B
Makefile
PORTNAME= snmp_passpersist
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0.0
|
|
CATEGORIES= net-mgmt python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= surajravi@gmail.com
|
|
COMMENT= Python client library for Net-SNMP pass persist backend
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= net-snmp>=0:net-mgmt/net-snmp
|
|
|
|
USES= python:3.6+
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nagius
|
|
GH_TAGNAME= fb0af0d
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|