aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/py-plumbum
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-10-25 00:56:10 +0800
committermva <mva@FreeBSD.org>2014-10-25 00:56:10 +0800
commitcbd99d85650b0875dfb5139c87a46ac5e8e47e85 (patch)
tree1fd8e51727e986b995f09c954af9176a37f5d767 /sysutils/py-plumbum
parentec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d (diff)
downloadfreebsd-ports-gnome-cbd99d85650b0875dfb5139c87a46ac5e8e47e85.tar.gz
freebsd-ports-gnome-cbd99d85650b0875dfb5139c87a46ac5e8e47e85.tar.zst
freebsd-ports-gnome-cbd99d85650b0875dfb5139c87a46ac5e8e47e85.zip
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'sysutils/py-plumbum')
-rw-r--r--sysutils/py-plumbum/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/py-plumbum/Makefile b/sysutils/py-plumbum/Makefile
index bc5846185044..f0ad00f2b9a8 100644
--- a/sysutils/py-plumbum/Makefile
+++ b/sysutils/py-plumbum/Makefile
@@ -12,8 +12,7 @@ COMMENT= Shell combinators and more for python
LICENSE= MIT
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>