Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2021 07:10:04 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: 8e86a3b5fd3a - main - devel/p5-Test2-Plugin-DBIProfile: Add PERL_LEVEL check
Message-ID:  <202104180710.13I7A48W097802@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=8e86a3b5fd3ac6d9a398fe99526242de67232839

commit 8e86a3b5fd3ac6d9a398fe99526242de67232839
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-18 04:59:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-18 05:42:31 +0000

    devel/p5-Test2-Plugin-DBIProfile: Add PERL_LEVEL check
    
    - Bump PORTREVISION for dependency change
---
 devel/p5-Test2-Plugin-DBIProfile/Makefile | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/devel/p5-Test2-Plugin-DBIProfile/Makefile b/devel/p5-Test2-Plugin-DBIProfile/Makefile
index 5efb9c2a6f55..3e2835725b18 100644
--- a/devel/p5-Test2-Plugin-DBIProfile/Makefile
+++ b/devel/p5-Test2-Plugin-DBIProfile/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	Test2-Plugin-DBIProfile
 PORTVERSION=	0.002003
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:EXODIST
@@ -18,10 +19,15 @@ USES=		perl5
 USE_PERL5=	configure
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Test-Simple>=1.302165:devel/p5-Test-Simple \
-		p5-Test2-Suite>=0.000126:devel/p5-Test2-Suite
+RUN_DEPENDS=	p5-Test2-Suite>=0.000126:devel/p5-Test2-Suite
 TEST_DEPENDS=	p5-DBD-SQLite>=1.44:databases/p5-DBD-SQLite
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 503200
+RUN_DEPENDS+=	p5-Test-Simple>=1.302165:devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104180710.13I7A48W097802>