From 00e4f63dfcdb27e06c63ffaf443021698ea3e7a2 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 23 Feb 2004 00:19:59 +0000 Subject: Mark IGNORE for perl < 5.6.1 --- devel/cil/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel/cil') diff --git a/devel/cil/Makefile b/devel/cil/Makefile index be75612..c84526a 100644 --- a/devel/cil/Makefile +++ b/devel/cil/Makefile @@ -29,6 +29,12 @@ BINFILES= cilly patcher teetwo LIBFILES= Cilly.pm KeptFile.pm OutputFile.pm TempFile.pm EXECFILES= cilly.byte.exe machdep.exe +.include + +.if ${PERL_LEVEL} < 500601 +IGNORE= "Does not work with perl < 5.6.1" +.endif + post-patch: @${REINPLACE_CMD} -e 's:@CILHOME@/lib:${SITE_PERL}/CIL:g; s:\@CILHOME\@:${PREFIX}:g' ${WRKSRC}/bin/CilConfig.pm.in @${REINPLACE_CMD} -e 's|$$::cilhome|${PREFIX}|g; s|obj/$$::archos|libexec/cil|g' ${WRKSRC}/bin/cilly @@ -52,4 +58,4 @@ do-install: ${INSTALL} ${WRKSRC}/obj/x86_LINUX/${file} ${PREFIX}/libexec/cil/ .endfor -.include +.include -- cgit v1.1