diff options
Diffstat (limited to 'devel/py-debtcollector/Makefile')
-rw-r--r-- | devel/py-debtcollector/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/py-debtcollector/Makefile b/devel/py-debtcollector/Makefile index 6146e25f1c06..42d3f831c34f 100644 --- a/devel/py-debtcollector/Makefile +++ b/devel/py-debtcollector/Makefile @@ -1,6 +1,5 @@ PORTNAME= debtcollector -PORTVERSION= 1.20.0 -PORTREVISION= 1 +PORTVERSION= 3.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,9 +16,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wrapt>0:devel/py-wrapt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}funcsigs>0:devel/py-funcsigs@${PY_FLAVOR} -NO_ARCH= yes - USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk> |