diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-09-18 07:13:50 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-09-18 07:13:50 +0000 |
commit | dff1020ff3e4b34f566c03b5dd7ad87d4010bd02 (patch) | |
tree | 7792ed789097428105417aa9a6485b2f141a53ba | |
parent | 875da50be7e7c26c99d17717dea0d121dd966732 (diff) | |
download | ports-dff1020ff3e4b34f566c03b5dd7ad87d4010bd02.tar.gz ports-dff1020ff3e4b34f566c03b5dd7ad87d4010bd02.zip |
Notes
-rw-r--r-- | devel/p5-Term-Animation/Makefile | 9 |
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> |