From d2751f3bb10c50133c983c63d9a4918446d9afdd Mon Sep 17 00:00:00 2001 From: Lars Balker Rasmussen Date: Wed, 7 Mar 2007 11:16:50 +0000 Subject: Included AutoInstall.pm bugs out on multi-dot version numbers, so let ports handle all the installation requirements... Thanks to Anton Berezin. --- textproc/p5-FormValidator-Simple/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'textproc') diff --git a/textproc/p5-FormValidator-Simple/Makefile b/textproc/p5-FormValidator-Simple/Makefile index 0d5695e54df9..43fe42026db4 100644 --- a/textproc/p5-FormValidator-Simple/Makefile +++ b/textproc/p5-FormValidator-Simple/Makefile @@ -35,6 +35,11 @@ PERL_CONFIGURE= yes MAN3= FormValidator::Simple.3 \ FormValidator::Simple::Results.3 +# included AutoInstall.pm bugs out on multi-dot version numbers, so let +# ports handle all the installation requirements... +post-extract: + @${PERL} -i.bak -ne 'print unless /^requires/' ${WRKSRC}/Makefile.PL + .include .if ${PERL_LEVEL} < 500800 -- cgit v1.2.3