Date: Thu, 1 Oct 2020 08:06:20 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550815 - head/security/clusterssh Message-ID: <202010010806.09186Ket012282@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Oct 1 08:06:20 2020 New Revision: 550815 URL: https://svnweb.freebsd.org/changeset/ports/550815 Log: Remove outdated PERL_LEVEL check after lang/perl5.26 removal With hat: perl Modified: head/security/clusterssh/Makefile Modified: head/security/clusterssh/Makefile ============================================================================== --- head/security/clusterssh/Makefile Thu Oct 1 08:06:15 2020 (r550814) +++ head/security/clusterssh/Makefile Thu Oct 1 08:06:20 2020 (r550815) @@ -47,13 +47,6 @@ NO_ARCH= yes OPTIONS_DEFINE= BASH OPTIONS_SUB= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502701 -BUILD_DEPENDS+= p5-Getopt-Long>=2.50:devel/p5-Getopt-Long -RUN_DEPENDS+= p5-Getopt-Long>=2.50:devel/p5-Getopt-Long -.endif - post-install-BASH-off: @${RM} ${STAGEDIR}${PREFIX}/bin/clusterssh_bash_completion.dist @@ -62,4 +55,4 @@ post-install-BASH-on: ${MV} ${STAGEDIR}${PREFIX}/bin/clusterssh_bash_completion.dist \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/clusterssh -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010010806.09186Ket012282>