summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-10-18 11:39:15 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-10-18 11:39:15 +0000
commit66ed4f044bb3e023c851d48aa83b8a815976c74d (patch)
tree005efde6d9d8f7c898acf933d7902563691f2e5f /www
parentwww/py-blogofile: convert to USES=python (diff)
www/py-bottle: convert to USES=python
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=371114
Diffstat (limited to 'www')
-rw-r--r--www/py-bottle/Makefile5
-rw-r--r--www/py-cssmin/Makefile5
2 files changed, 4 insertions, 6 deletions
diff --git a/www/py-bottle/Makefile b/www/py-bottle/Makefile
index bcd025d5794e..245d3f8812c6 100644
--- a/www/py-bottle/Makefile
+++ b/www/py-bottle/Makefile
@@ -13,8 +13,7 @@ COMMENT= Fast and simple WSGI-framework for small web-applications
LICENSE= MIT
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
diff --git a/www/py-cssmin/Makefile b/www/py-cssmin/Makefile
index 9a5e711516d0..2dd6943f4e2e 100644
--- a/www/py-cssmin/Makefile
+++ b/www/py-cssmin/Makefile
@@ -10,8 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= loader@freebsdmall.com
COMMENT= Python port of the YUI CSS compression algorithm
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>