summaryrefslogtreecommitdiff
path: root/lang/p5-v6
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-05-01 07:42:17 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-05-01 07:42:17 +0000
commit3da83b303c220415daff2b81354a9e2a2d1800d5 (patch)
tree12db1df8549afe2e34369e8b4552f14fa74f7ccc /lang/p5-v6
parent- Update to 3.6.2 (3.62) (diff)
- remove ".if ${PERL_LEVEL} < 500600.." stuff
Notes
Notes: svn path=/head/; revision=191269
Diffstat (limited to 'lang/p5-v6')
-rw-r--r--lang/p5-v6/Makefile8
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>