summaryrefslogtreecommitdiff
path: root/www/py-blogofile/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-10-18 11:36:10 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-10-18 11:36:10 +0000
commit377168902444360fdc8e3a9ec8bc7db9aa4393ba (patch)
treea94123f6d7bec82c408ef49f4ee040f1e18d9a1f /www/py-blogofile/Makefile
parentwww-beautitifulsoup: convert to USES=python (diff)
www/py-blogofile: convert to USES=python
- convert to USES=python - limit python version to 2.x: depends on beautifulsoup32 that doesn't work with python3 + useing constructions, not compatible with 3.x Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=371113
Diffstat (limited to '')
-rw-r--r--www/py-blogofile/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/py-blogofile/Makefile b/www/py-blogofile/Makefile
index efc912341ee8..3a66ad56f627 100644
--- a/www/py-blogofile/Makefile
+++ b/www/py-blogofile/Makefile
@@ -5,8 +5,7 @@ PORTNAME= blogofile
PORTVERSION= 0.7.1
PORTREVISION= 3
CATEGORIES= www python
-MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
-MASTER_SITE_SUBDIR= source/B/Blogofile
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
@@ -24,8 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>0:${PORTSDIR}/textproc/py-mako \
${PYTHON_PKGNAMEPREFIX}pygments>0:${PORTSDIR}/textproc/py-pygments \
${PYTHON_PKGNAMEPREFIX}docutils>0:${PORTSDIR}/textproc/py-docutils
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:2
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>