diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 11:36:10 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 11:36:10 +0000 |
commit | 377168902444360fdc8e3a9ec8bc7db9aa4393ba (patch) | |
tree | a94123f6d7bec82c408ef49f4ee040f1e18d9a1f /www | |
parent | www-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 'www')
-rw-r--r-- | www/py-blogofile/Makefile | 8 |
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> |