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

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

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/archivers/p5-Archive-Extract/Makefile

Modified: head/archivers/p5-Archive-Extract/Makefile
==============================================================================
--- head/archivers/p5-Archive-Extract/Makefile	Sun May 12 16:36:51 2019	(r501406)
+++ head/archivers/p5-Archive-Extract/Makefile	Sun May 12 16:36:56 2019	(r501407)
@@ -14,15 +14,9 @@ COMMENT=	Generic archive extracting mechanism
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
+NO_ARCH=	yes
 
-.if ${PERL_LEVEL} < 502504
-BUILD_DEPENDS+=	p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional
-RUN_DEPENDS+=	p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional
-.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.x4CGauh3011149>