git: 13a5c55cd5a9 - main - www/py-postorius: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:34:37 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=13a5c55cd5a9031eda39d6e5a748db2e41ebe3b6 commit 13a5c55cd5a9031eda39d6e5a748db2e41ebe3b6 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:57 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:57 +0000 www/py-postorius: Add CPE information Approved by: portmgr (blanket) --- www/py-postorius/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-postorius/Makefile b/www/py-postorius/Makefile index 7dcbfa2d42fd..4397fc4b244c 100644 --- a/www/py-postorius/Makefile +++ b/www/py-postorius/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-mailman3>=1.3.3:mail/py-django-mailma TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isort>0:devel/py-isort@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes