23 lines
423 B
Makefile
23 lines
423 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= snmp_passpersist
|
||
|
PORTVERSION= 1.3.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
|
||
|
|
||
|
USE_GITHUB= yes
|
||
|
GH_ACCOUNT= nagius
|
||
|
GH_TAGNAME= ee71064
|
||
|
|
||
|
USES= python
|
||
|
USE_PYTHON= distutils autoplist
|
||
|
|
||
|
.include <bsd.port.mk>
|