diff options
Diffstat (limited to 'www/py-user_agent/Makefile')
-rw-r--r-- | www/py-user_agent/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/py-user_agent/Makefile b/www/py-user_agent/Makefile index 23239ae34dbb..b193cfc9eb1d 100644 --- a/www/py-user_agent/Makefile +++ b/www/py-user_agent/Makefile @@ -1,18 +1,20 @@ PORTNAME= user_agent -DISTVERSION= 0.1.10 +DISTVERSION= 0.1.14 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org COMMENT= Generates random, valid User-Agent values -WWW= https://pypi.org/project/user_agent/ +WWW= https://github.com/lorien/user_agent LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} NO_ARCH= yes USES= python |