diff options
Diffstat (limited to 'textproc/p5-PPI/Makefile')
-rw-r--r-- | textproc/p5-PPI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-PPI/Makefile b/textproc/p5-PPI/Makefile index c3f6e8134348..812e29f8f862 100644 --- a/textproc/p5-PPI/Makefile +++ b/textproc/p5-PPI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PPI -PORTVERSION= 0.903 +PORTVERSION= 0.906 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/A/AD/ADAMK @@ -53,7 +53,7 @@ post-patch: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= "requires Perl 5.6 or newer. Install lang/perl5 or lang/perl5.8 and try again." +IGNORE= requires Perl 5.6 or newer. Install lang/perl5 or lang/perl5.8 and try again .endif .include <bsd.port.post.mk> |