aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/py-snmp_passpersist
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2016-09-30 16:23:59 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2016-09-30 16:23:59 +0000
commit797acf64e16c0d3a7d018b165fd59a5eabc81cc9 (patch)
tree0cc9174a17fb4177d51d0968ec1d5b29606f3294 /net-mgmt/py-snmp_passpersist
parentd71323ff32b82ea3c23d6b76d8a59edb8f4672b5 (diff)
downloadports-797acf64e16c0d3a7d018b165fd59a5eabc81cc9.tar.gz
ports-797acf64e16c0d3a7d018b165fd59a5eabc81cc9.zip
net-mgmt/py-snmp_passpersist: SNMP passpersist backend for Net-SNMP
WWW: http://github.com/nagius/snmp_passpersist Submitted by: Suraj Ravichandran (via email)
Notes
Notes: svn path=/head/; revision=422998
Diffstat (limited to 'net-mgmt/py-snmp_passpersist')
-rw-r--r--net-mgmt/py-snmp_passpersist/Makefile22
-rw-r--r--net-mgmt/py-snmp_passpersist/distinfo3
-rw-r--r--net-mgmt/py-snmp_passpersist/pkg-descr3
3 files changed, 28 insertions, 0 deletions
diff --git a/net-mgmt/py-snmp_passpersist/Makefile b/net-mgmt/py-snmp_passpersist/Makefile
new file mode 100644
index 000000000000..a123b91bfadc
--- /dev/null
+++ b/net-mgmt/py-snmp_passpersist/Makefile
@@ -0,0 +1,22 @@
+# $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>
diff --git a/net-mgmt/py-snmp_passpersist/distinfo b/net-mgmt/py-snmp_passpersist/distinfo
new file mode 100644
index 000000000000..ff8d553a3341
--- /dev/null
+++ b/net-mgmt/py-snmp_passpersist/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475191340
+SHA256 (nagius-snmp_passpersist-1.3.0-ee71064_GH0.tar.gz) = da63cf91439300ea556f909ed1c294432e7cd77a8b80a50df582ea93f3a9b476
+SIZE (nagius-snmp_passpersist-1.3.0-ee71064_GH0.tar.gz) = 18269
diff --git a/net-mgmt/py-snmp_passpersist/pkg-descr b/net-mgmt/py-snmp_passpersist/pkg-descr
new file mode 100644
index 000000000000..d60f1ef28986
--- /dev/null
+++ b/net-mgmt/py-snmp_passpersist/pkg-descr
@@ -0,0 +1,3 @@
+SNMP passpersist backend for Net-SNMP
+
+WWW: http://github.com/nagius/snmp_passpersist