- This port requires perl 5.6+.
- Bump PORTREVISION.
This commit is contained in:
parent
875da50be7
commit
dff1020ff3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143060
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue