aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 19:15:02 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-13 19:15:02 +0000
commita26f036303a421fa5e848d9316a7ef3b4bab3bdd (patch)
tree45532ca0bf5af3fbbc5ba96ad25d92ebf14b4c90
parent14f1f5a3b8c2dc785c0bc4d9960f18cdba13b402 (diff)
downloadports-a26f036303a421fa5e848d9316a7ef3b4bab3bdd.tar.gz
ports-a26f036303a421fa5e848d9316a7ef3b4bab3bdd.zip
security/py-pysaml2: Cosmetic change
-rw-r--r--security/py-pysaml2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-pysaml2/Makefile b/security/py-pysaml2/Makefile
index 4bb5e72af196..35bbe216c7ed 100644
--- a/security/py-pysaml2/Makefile
+++ b/security/py-pysaml2/Makefile
@@ -30,11 +30,12 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR}
USES= cpe python:3.6+
-CPE_VENDOR= ${PORTNAME}_project
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
+CPE_VENDOR= pysaml2_project
+
do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v