git: a5d9499c055a - main - devel/p5-Sub-Quote: Add missing DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Jun 2023 23:15:13 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5d9499c055ace9e4a42de1e47f8eacec79df7b4 commit a5d9499c055ace9e4a42de1e47f8eacec79df7b4 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2023-06-03 08:41:04 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2023-06-03 23:08:49 +0000 devel/p5-Sub-Quote: Add missing DEPENDS PR: 269771 Reported by: vvelox@vvelox.net --- devel/p5-Sub-Quote/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/p5-Sub-Quote/Makefile b/devel/p5-Sub-Quote/Makefile index 9d9bbd8bad4a..9fd1fa9c18ae 100644 --- a/devel/p5-Sub-Quote/Makefile +++ b/devel/p5-Sub-Quote/Makefile @@ -1,5 +1,6 @@ PORTNAME= Sub-Quote PORTVERSION= 2.006008 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HAARG @@ -13,6 +14,8 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= p5-XString>=0:textproc/p5-XString + USES= perl5 USE_PERL5= configure