summaryrefslogtreecommitdiff
path: root/sysutils/py-python-crontab
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2022-01-09 05:42:49 +0900
committerYasuhiro Kimura <yasu@FreeBSD.org>2022-02-05 10:17:21 +0900
commit461373bf1f104917f16cf783dd7d80d2951a993e (patch)
treea6b29d90412b35571c5413d88c511018e11cb989 /sysutils/py-python-crontab
parentx11/gdm: Use /usr/sbin/chown, not /sbin/chown in Xsession patches (diff)
*/*: Cleanup after the removal of lang/python36
* Remove codes that aren't necessary after the removal of lang/python36 * Mark ports that aren't necessary with Python 3.7 or later as DEPRECATED and set EXPIRATION_DATE. PR: 261046 Approved by: lwhsu (python)
Diffstat (limited to 'sysutils/py-python-crontab')
-rw-r--r--sysutils/py-python-crontab/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/sysutils/py-python-crontab/Makefile b/sysutils/py-python-crontab/Makefile
index b740eda4650a..6a92faeafb2b 100644
--- a/sysutils/py-python-crontab/Makefile
+++ b/sysutils/py-python-crontab/Makefile
@@ -23,14 +23,7 @@ USE_GITLAB= yes
GL_ACCOUNT= doctormo
GL_COMMIT= ba23056ddf1a00ecfd14b0a31c2e0cdad132f8d0
-.include <bsd.port.pre.mk>
-
-# The UTF-8 mode is enabled by default when the locale is C since Python 3.7.
-.if ${PYTHON_REL} < 30700
-TEST_ENV+= LC_ALL=C.UTF-8
-.endif
-
do-test:
@cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>