diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-04-20 10:26:10 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-04-20 10:26:10 +0000 |
commit | 1e1e63b224f739e78908f26b35f0eb3577cb5075 (patch) | |
tree | 795866bcd8a51f35c613b2357b01b6341b8af18e /lang/parrot | |
parent | 018c6246b9953f69db1ecf9f3871c29e1c9f6944 (diff) |
Require lang/perl5.8
Notes
Notes:
svn path=/head/; revision=133736
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 7284c0919374..136f403d9994 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -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> |