aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Term-Animation
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-09-18 07:13:50 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-09-18 07:13:50 +0000
commitdff1020ff3e4b34f566c03b5dd7ad87d4010bd02 (patch)
tree7792ed789097428105417aa9a6485b2f141a53ba /devel/p5-Term-Animation
parent875da50be7e7c26c99d17717dea0d121dd966732 (diff)
downloadports-dff1020ff3e4b34f566c03b5dd7ad87d4010bd02.tar.gz
ports-dff1020ff3e4b34f566c03b5dd7ad87d4010bd02.zip
Notes
Diffstat (limited to 'devel/p5-Term-Animation')
-rw-r--r--devel/p5-Term-Animation/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/p5-Term-Animation/Makefile b/devel/p5-Term-Animation/Makefile
index 8d16a71c2fc1..a23f55aba5dc 100644
--- a/devel/p5-Term-Animation/Makefile
+++ b/devel/p5-Term-Animation/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Term-Animation
PORTVERSION= 2.1
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
@@ -22,4 +23,10 @@ PERL_CONFIGURE= yes
MAN3= Term::Animation.3 Term::Animation::Entity.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= Requires perl 5.6+, install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>