From c0b1d57544482fa876109b5ef20862c9db96e432 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 7 May 2021 17:27:11 +0800 Subject: [PATCH] textproc/p5-Text-Aligner: Remove Perl core module - Bump PORTREVISION for dependency change --- textproc/p5-Text-Aligner/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/textproc/p5-Text-Aligner/Makefile b/textproc/p5-Text-Aligner/Makefile index bc1275d720d4..b70c4977638d 100644 --- a/textproc/p5-Text-Aligner/Makefile +++ b/textproc/p5-Text-Aligner/Makefile @@ -2,6 +2,7 @@ PORTNAME= Text-Aligner PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,9 +13,6 @@ COMMENT= Align text in columns LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Term-ANSIColor>=2.02:devel/p5-Term-ANSIColor - USES= perl5 USE_PERL5= configure