aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-13 11:36:41 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-13 11:40:14 +0000
commit127e93f83c1f7246fc9c159d8e0cdd87ad5e8e7c (patch)
treeebb1e4ea60ce7c5a36a464651cd63d345b75d2fe
parent8e7b11f708a8f66af40d2cb9e0d9f92b997c003f (diff)
downloadports-127e93f83c1f7246fc9c159d8e0cdd87ad5e8e7c.tar.gz
ports-127e93f83c1f7246fc9c159d8e0cdd87ad5e8e7c.zip
devel/py-rq: Add LICENSE_FILE
- While I'm here, update version requirement of RUN_DEPENDS to match requirements.txt Approved by: portmgr (blanket)
-rw-r--r--devel/py-rq/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-rq/Makefile b/devel/py-rq/Makefile
index 549cc2ca403b..149a8449b1a1 100644
--- a/devel/py-rq/Makefile
+++ b/devel/py-rq/Makefile
@@ -10,9 +10,10 @@ MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Simple library for creating background jobs, and processing them
LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=3.5.3:databases/py-redis@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}click>=5.0:devel/py-click@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0.0:devel/py-click@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}redis>=3.5.0:databases/py-redis@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils