aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/py-snmp4
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-10-25 00:29:51 +0800
committermva <mva@FreeBSD.org>2014-10-25 00:29:51 +0800
commit9602e7be3cefab5a04d6cf3c09fdf9720bfb2c22 (patch)
tree68b40f3f4036b306637ebfb7679083aa441086a8 /net-mgmt/py-snmp4
parent7cb20804acb2b46d4c0c3489dd746591f311f6de (diff)
downloadfreebsd-ports-gnome-9602e7be3cefab5a04d6cf3c09fdf9720bfb2c22.tar.gz
freebsd-ports-gnome-9602e7be3cefab5a04d6cf3c09fdf9720bfb2c22.tar.zst
freebsd-ports-gnome-9602e7be3cefab5a04d6cf3c09fdf9720bfb2c22.zip
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'net-mgmt/py-snmp4')
-rw-r--r--net-mgmt/py-snmp4/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/py-snmp4/Makefile b/net-mgmt/py-snmp4/Makefile
index f1741d3dd8ed..71fce5d7fe0d 100644
--- a/net-mgmt/py-snmp4/Makefile
+++ b/net-mgmt/py-snmp4/Makefile
@@ -17,9 +17,8 @@ LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.2:${PORTSDIR}/devel/py-asn1 \
${PYTHON_PKGNAMEPREFIX}pycrypto>=2.4.1:${PORTSDIR}/security/py-pycrypto
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}