summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-FormValidator-Simple/Makefile5
1 files changed, 5 insertions, 0 deletions
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 <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800