diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:29:51 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:29:51 +0800 |
commit | 9602e7be3cefab5a04d6cf3c09fdf9720bfb2c22 (patch) | |
tree | 68b40f3f4036b306637ebfb7679083aa441086a8 /net-mgmt/py-ipy | |
parent | 7cb20804acb2b46d4c0c3489dd746591f311f6de (diff) | |
download | freebsd-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-ipy')
-rw-r--r-- | net-mgmt/py-ipy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/py-ipy/Makefile b/net-mgmt/py-ipy/Makefile index 46446c06d20e..a549ceb8ccfe 100644 --- a/net-mgmt/py-ipy/Makefile +++ b/net-mgmt/py-ipy/Makefile @@ -12,9 +12,8 @@ DISTNAME= IPy-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Python module for handling IPv4 and IPv6 Addresses and Networks -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist test: install ${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py |