diff options
Diffstat (limited to 'www/p5-WWW-Dilbert/Makefile')
-rw-r--r-- | www/p5-WWW-Dilbert/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-WWW-Dilbert/Makefile b/www/p5-WWW-Dilbert/Makefile index dcb61216300..ef59e6e2951 100644 --- a/www/p5-WWW-Dilbert/Makefile +++ b/www/p5-WWW-Dilbert/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WWW-Dilbert -PORTVERSION= 1.08 +PORTVERSION= 1.09 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -27,7 +27,8 @@ MAN3= WWW::Dilbert.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500601 # p5-WWW-Mechanize-1.10 requires perl 5.6.x or later. +# p5-WWW-Mechanize-1.10 requires perl 5.6.x or later. +.if ${PERL_LEVEL} < 500601 IGNORE= requires perl 5.6.x or later. Install lang/perl5 or lang/perl5.8 then try again .endif |