aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-Aspell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-Aspell/Makefile')
-rw-r--r--textproc/p5-Text-Aspell/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/textproc/p5-Text-Aspell/Makefile b/textproc/p5-Text-Aspell/Makefile
index 8f887e3aaf02..de3da872f6c9 100644
--- a/textproc/p5-Text-Aspell/Makefile
+++ b/textproc/p5-Text-Aspell/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Text-Aspell
PORTVERSION= 0.05
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
@@ -24,4 +25,10 @@ CONFIGURE_ARGS+=INC=-I${LOCALBASE}/include \
MAN3= Text::Aspell.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE= requires perl 5.6.1 or later
+.endif
+
+.include <bsd.port.post.mk>