Require lang/perl5.8

This commit is contained in:
Sergey Skvortsov 2005-04-20 10:26:10 +00:00
parent 018c6246b9
commit 1e1e63b224
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133736

View File

@ -7,6 +7,7 @@
PORTNAME= parrot
PORTVERSION= 0.1.2
PORTREVISION= 1
CATEGORIES= lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/L/LT/LTOETSCH
@ -36,4 +37,10 @@ do-configure:
test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again.
.endif
.include <bsd.port.post.mk>