diff options
Diffstat (limited to 'net-p2p/verlihub')
-rw-r--r-- | net-p2p/verlihub/Makefile | 4 |
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> |