aboutsummaryrefslogtreecommitdiff
path: root/security/py-flask-saml
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-17 15:03:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-17 15:03:12 +0000
commit45f6e3b55ce0add31b495e7b4886e110a8cfee04 (patch)
tree18ed352cd16c9d006d93d52401805355918c5da2 /security/py-flask-saml
parent0ced3adc7a5b96389d6ecb2872573b25de4e7fd9 (diff)
downloadports-45f6e3b55ce0add31b495e7b4886e110a8cfee04.tar.gz
ports-45f6e3b55ce0add31b495e7b4886e110a8cfee04.zip
Fix r523054
Notes
Notes: svn path=/head/; revision=523300
Diffstat (limited to 'security/py-flask-saml')
-rw-r--r--security/py-flask-saml/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/security/py-flask-saml/Makefile b/security/py-flask-saml/Makefile
index 7a26e9b464e5..08855df258d9 100644
--- a/security/py-flask-saml/Makefile
+++ b/security/py-flask-saml/Makefile
@@ -14,19 +14,12 @@ COMMENT= SAML authentication for Flask web apps
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.8.0:www/py-flask@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}blinker>=1.1:devel/py-blinker@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}blinker>=1.1:devel/py-blinker@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pysaml24>=4.0.0<5:security/py-pysaml24@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3600
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml24>=4.0.0<5:security/py-pysaml24@${PY_FLAVOR}
-.else
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml2>=4.0.0<5:security/py-pysaml2@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>