aboutsummaryrefslogtreecommitdiff
path: root/www/py-tmdb3
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2015-01-03 08:41:20 +0000
committerMarcus von Appen <mva@FreeBSD.org>2015-01-03 08:41:20 +0000
commit1b0994ee1eff286d2800b1881a5582132b96e32f (patch)
tree5de250878ab793a0857c0738238f861a73b7258c /www/py-tmdb3
parent8220d1b22997d3bb59049bfe5dee0caafa1f38d6 (diff)
downloadports-1b0994ee1eff286d2800b1881a5582132b96e32f.tar.gz
ports-1b0994ee1eff286d2800b1881a5582132b96e32f.zip
- Convert USE_PYTHON to new USES in www/
With hat: python@
Notes
Notes: svn path=/head/; revision=376109
Diffstat (limited to 'www/py-tmdb3')
-rw-r--r--www/py-tmdb3/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/py-tmdb3/Makefile b/www/py-tmdb3/Makefile
index 9a3931386048..6a5b48baa795 100644
--- a/www/py-tmdb3/Makefile
+++ b/www/py-tmdb3/Makefile
@@ -10,9 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= TheMovieDB.org APIv3 interface
-USES= zip
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:2 zip
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>