svn commit: r550771 - head/devel/p5-ExtUtils-CppGuess

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


Author: sunpoet
Date: Thu Oct  1 08:02:51 2020
New Revision: 550771
URL: https://svnweb.freebsd.org/changeset/ports/550771

Log:
  Remove outdated PERL_LEVEL check after lang/perl5.26 removal

Modified:
  head/devel/p5-ExtUtils-CppGuess/Makefile

Modified: head/devel/p5-ExtUtils-CppGuess/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-CppGuess/Makefile	Thu Oct  1 08:02:43 2020	(r550770)
+++ head/devel/p5-ExtUtils-CppGuess/Makefile	Thu Oct  1 08:02:51 2020	(r550771)
@@ -22,11 +22,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502800
-BUILD_DEPENDS+=	p5-ExtUtils-ParseXS>=3.35:devel/p5-ExtUtils-ParseXS
-RUN_DEPENDS+=	p5-ExtUtils-ParseXS>=3.35:devel/p5-ExtUtils-ParseXS
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list