aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-drmaa
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:56:10 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:56:10 +0000
commitfae188751b59d1700f6a3231d48e1eb5e4959e90 (patch)
tree1fd8e51727e986b995f09c954af9176a37f5d767 /sysutils/py-drmaa
parent742321c70870f8339d0ac558f88a918b77b56096 (diff)
downloadports-fae188751b59d1700f6a3231d48e1eb5e4959e90.tar.gz
ports-fae188751b59d1700f6a3231d48e1eb5e4959e90.zip
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371454
Diffstat (limited to 'sysutils/py-drmaa')
-rw-r--r--sysutils/py-drmaa/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/py-drmaa/Makefile b/sysutils/py-drmaa/Makefile
index 61478af630fb..114d796542f4 100644
--- a/sysutils/py-drmaa/Makefile
+++ b/sysutils/py-drmaa/Makefile
@@ -14,8 +14,7 @@ COMMENT= Interact with DRMAA-compliant distributed resource management systems
LICENSE= BSD
PROJECTHOST= drmaa-python
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>