aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:35 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:35 +0000
commit95ad1a20bf8027e78637cd1330ff841d4807db8c (patch)
treec383d409ae9b7daea2f5a0ffda2786d8d12f51ee
parent0e218a6c389cf4e5c96b4f0e747d800dbe7d4b0a (diff)
downloadports-95ad1a20bf8027e78637cd1330ff841d4807db8c.tar.gz
ports-95ad1a20bf8027e78637cd1330ff841d4807db8c.zip
www/py-fqdn: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket) With hat: python
-rw-r--r--www/py-fqdn/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/www/py-fqdn/Makefile b/www/py-fqdn/Makefile
index 824341e48094..029dfbb1f2e0 100644
--- a/www/py-fqdn/Makefile
+++ b/www/py-fqdn/Makefile
@@ -12,10 +12,4 @@ USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cached-property>=1.3.0:devel/py-cached-property@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>