From 0f4bba0c200de945cfbd0efce0f86cb040a5fd3d Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 May 2019 10:02:16 +0000 Subject: [PATCH] Remove Perl core module - Bump PORTREVISION for dependency change --- textproc/p5-Pod-Spell/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/textproc/p5-Pod-Spell/Makefile b/textproc/p5-Pod-Spell/Makefile index 0d2354846cac..b5fac7d37e03 100644 --- a/textproc/p5-Pod-Spell/Makefile +++ b/textproc/p5-Pod-Spell/Makefile @@ -2,6 +2,7 @@ PORTNAME= Pod-Spell PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,12 +17,12 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \ RUN_DEPENDS= p5-Class-Tiny>=0:devel/p5-Class-Tiny \ p5-File-ShareDir>=0:devel/p5-File-ShareDir \ p5-Lingua-EN-Inflect>=0:textproc/p5-Lingua-EN-Inflect \ - p5-Path-Tiny>=0:devel/p5-Path-Tiny \ - p5-Pod-Escapes>=1.01:textproc/p5-Pod-Escapes + p5-Path-Tiny>=0:devel/p5-Path-Tiny TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include