aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-s3cmd
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-10-25 00:21:26 +0800
committermva <mva@FreeBSD.org>2014-10-25 00:21:26 +0800
commit7cb20804acb2b46d4c0c3489dd746591f311f6de (patch)
treeca40f6c4e7288356261302ad77c108990435520e /net/py-s3cmd
parentf0f1320db699e74ad51509c9d2502a9084cc6233 (diff)
downloadfreebsd-ports-graphics-7cb20804acb2b46d4c0c3489dd746591f311f6de.tar.gz
freebsd-ports-graphics-7cb20804acb2b46d4c0c3489dd746591f311f6de.tar.zst
freebsd-ports-graphics-7cb20804acb2b46d4c0c3489dd746591f311f6de.zip
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'net/py-s3cmd')
-rw-r--r--net/py-s3cmd/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile
index bb9ee6561cc..dfb5a81f3d5 100644
--- a/net/py-s3cmd/Makefile
+++ b/net/py-s3cmd/Makefile
@@ -11,9 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Unix-like tools to manipulate stored files from the command line
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:2
+USE_PYTHON= distutils autoplist
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil