diff options
Diffstat (limited to 'devel/p5-POE-API-Hooks/Makefile')
-rw-r--r-- | devel/p5-POE-API-Hooks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-POE-API-Hooks/Makefile b/devel/p5-POE-API-Hooks/Makefile index 118cff152b73..c31672e6e985 100644 --- a/devel/p5-POE-API-Hooks/Makefile +++ b/devel/p5-POE-API-Hooks/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-API-Hooks -PORTVERSION= 1.0443 +PORTVERSION= 1.05 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/S/SU/SUNGO @@ -26,7 +26,7 @@ MAN3= POE::API::Hooks.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 -IGNORE= "Perl 5.6.1 or newer required. Install lang/perl5 or lang/perl5.8 and try again." +IGNORE= Perl 5.6.1 or newer required. Install lang/perl5 or lang/perl5.8 and try again. .endif .include <bsd.port.post.mk> |