svn commit: r550773 - head/devel/p5-Term-Table

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


Author: sunpoet
Date: Thu Oct  1 08:03:01 2020
New Revision: 550773
URL: https://svnweb.freebsd.org/changeset/ports/550773

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

Modified:
  head/devel/p5-Term-Table/Makefile

Modified: head/devel/p5-Term-Table/Makefile
==============================================================================
--- head/devel/p5-Term-Table/Makefile	Thu Oct  1 08:02:56 2020	(r550772)
+++ head/devel/p5-Term-Table/Makefile	Thu Oct  1 08:03:01 2020	(r550773)
@@ -22,10 +22,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502800
-TEST_DEPENDS+=	p5-Test-Simple>=1.302097:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list