Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 16:36:01 +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: r501396 - head/archivers/p5-Archive-Tar-Wrapper
Message-ID:  <201905121636.x4CGa1QL009953@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 12 16:36:01 2019
New Revision: 501396
URL: https://svnweb.freebsd.org/changeset/ports/501396

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/archivers/p5-Archive-Tar-Wrapper/Makefile

Modified: head/archivers/p5-Archive-Tar-Wrapper/Makefile
==============================================================================
--- head/archivers/p5-Archive-Tar-Wrapper/Makefile	Sun May 12 16:34:40 2019	(r501395)
+++ head/archivers/p5-Archive-Tar-Wrapper/Makefile	Sun May 12 16:36:01 2019	(r501396)
@@ -24,10 +24,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502508
-TEST_DEPENDS+=	p5-Test-Simple>=1.302073:devel/p5-Test-Simple
-.endif
-
-.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?201905121636.x4CGa1QL009953>