diff options
Diffstat (limited to 'misc/py-socli/Makefile')
-rw-r--r-- | misc/py-socli/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/py-socli/Makefile b/misc/py-socli/Makefile index 0ae5400cb75d..451be6f1c38b 100644 --- a/misc/py-socli/Makefile +++ b/misc/py-socli/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= socli -PORTVERSION= 3.5 +PORTVERSION= 3.6 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,15 +13,15 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama \ + ${PYTHON_PKGNAMEPREFIX}stackexchange>=0:devel/py-stackexchange \ ${PYTHON_PKGNAMEPREFIX}urwid>=0:devel/py-urwid \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup \ - ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}stackexchange>=0:devel/py-stackexchange + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests -USES= dos2unix python -USE_GITHUB= yes +USES= python USE_PYTHON= autoplist concurrent distutils +USE_GITHUB= yes GH_ACCOUNT= gautamkrishnar NO_ARCH= yes |