git: 127e93f83c1f - main - devel/py-rq: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 11:49:18 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=127e93f83c1f7246fc9c159d8e0cdd87ad5e8e7c commit 127e93f83c1f7246fc9c159d8e0cdd87ad5e8e7c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 11:36:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 11:40:14 +0000 devel/py-rq: Add LICENSE_FILE - While I'm here, update version requirement of RUN_DEPENDS to match requirements.txt Approved by: portmgr (blanket) --- devel/py-rq/Makefile | 5 +++-- 1 file 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