Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 16:19:43 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: 7631a758757f - main - www/rt44: Use P5_POD_PARSER
Message-ID:  <202107141619.16EGJhVL012496@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=7631a758757ff8c1510556e345871f87d9432e7e

commit 7631a758757ff8c1510556e345871f87d9432e7e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-14 16:04:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-14 16:10:55 +0000

    www/rt44: Use P5_POD_PARSER
    
    With hat:       perl
---
 www/rt44/Makefile.cpan | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/rt44/Makefile.cpan b/www/rt44/Makefile.cpan
index 447265b244b7..2e5acb2cf68c 100644
--- a/www/rt44/Makefile.cpan
+++ b/www/rt44/Makefile.cpan
@@ -138,7 +138,7 @@ CORE_DEPS=	p5-Apache-Session>=1.53:www/p5-Apache-Session				\
 		p5-Net-CIDR>0:net-mgmt/p5-Net-CIDR					\
 		p5-Net-IP>=0:net-mgmt/p5-Net-IP						\
 		p5-Plack>=1.0002:www/p5-Plack						\
-		p5-Pod-Parser>0:textproc/p5-Pod-Parser					\
+		${P5_POD_PARSER}							\
 		p5-Starlet>0:www/p5-Starlet						\
 		p5-Regexp-Common-net-CIDR>0:textproc/p5-Regexp-Common-net-CIDR		\
 		p5-Regexp-Common>0:textproc/p5-Regexp-Common				\



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