diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 07:42:17 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 07:42:17 +0000 |
commit | 3da83b303c220415daff2b81354a9e2a2d1800d5 (patch) | |
tree | 12db1df8549afe2e34369e8b4552f14fa74f7ccc /lang/p5-v6 | |
parent | bc888c7b6c52af036e646a80c725d86ec4540b95 (diff) | |
download | ports-3da83b303c220415daff2b81354a9e2a2d1800d5.tar.gz ports-3da83b303c220415daff2b81354a9e2a2d1800d5.zip |
Notes
Diffstat (limited to 'lang/p5-v6')
-rw-r--r-- | lang/p5-v6/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/p5-v6/Makefile b/lang/p5-v6/Makefile index abce27978b93..8a27da86a390 100644 --- a/lang/p5-v6/Makefile +++ b/lang/p5-v6/Makefile @@ -32,10 +32,4 @@ MAN3= v6.3 \ Pugs::Compiler::Perl6.3 \ Pugs::Runtime::Perl6.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6 or later. Install lang/perl5 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |