Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 09:04:25 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ed0ecbaa0d68 - main - devel/p5-Test-Dependencies: Remove outdated PERL_LEVEL check
Message-ID:  <202206030904.25394PBv089747@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ed0ecbaa0d683c341bb1e9ae304d78158a3c3767

commit ed0ecbaa0d683c341bb1e9ae304d78158a3c3767
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:50:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:00:29 +0000

    devel/p5-Test-Dependencies: Remove outdated PERL_LEVEL check
    
    lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539.
---
 devel/p5-Test-Dependencies/Makefile | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/devel/p5-Test-Dependencies/Makefile b/devel/p5-Test-Dependencies/Makefile
index 6acde0b4e4b9..e4b429fee4fe 100644
--- a/devel/p5-Test-Dependencies/Makefile
+++ b/devel/p5-Test-Dependencies/Makefile
@@ -25,11 +25,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 503200
-BUILD_DEPENDS+=	p5-Module-CoreList>=5.20200620:devel/p5-Module-CoreList
-RUN_DEPENDS+=	p5-Module-CoreList>=5.20200620:devel/p5-Module-CoreList
-.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?202206030904.25394PBv089747>