svn commit: r550815 - head/security/clusterssh

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 08:06:27 UTC 2020


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>


More information about the svn-ports-head mailing list