summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-06 19:07:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-06 19:07:22 +0000
commit7dadc3d6cd2804a566e181020ad75411ef3b6868 (patch)
treefe928985a22e0e343f09e78d1b1f47883982e5da /net-p2p
parentUpdate to 0.8.6 (diff)
- Requires perl 5.8 or later to build
Notes
Notes: svn path=/head/; revision=108570
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/verlihub/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile
index f7cb1769c71f..c810b3d0b6ea 100644
--- a/net-p2p/verlihub/Makefile
+++ b/net-p2p/verlihub/Makefile
@@ -53,4 +53,8 @@ post-install:
USE_GCC= 3.3
.endif
+.if ${PERL_LEVEL} < 500800
+IGNORE= requires perl 5.8 or later. Install lang/perl5.8 and try again
+.endif
+
.include <bsd.port.post.mk>