Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 16:38:02 +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: r501420 - head/ftp/p5-File-Fetch
Message-ID:  <201905121638.x4CGc2JQ012626@repo.freebsd.org>

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

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/ftp/p5-File-Fetch/Makefile

Modified: head/ftp/p5-File-Fetch/Makefile
==============================================================================
--- head/ftp/p5-File-Fetch/Makefile	Sun May 12 16:37:57 2019	(r501419)
+++ head/ftp/p5-File-Fetch/Makefile	Sun May 12 16:38:02 2019	(r501420)
@@ -15,13 +15,7 @@ LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure
+
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.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?201905121638.x4CGc2JQ012626>