aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-FormValidator-Simple
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2007-03-07 11:16:50 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2007-03-07 11:16:50 +0000
commitd2751f3bb10c50133c983c63d9a4918446d9afdd (patch)
treea578379ed47b355f3327ac8049dcbcd1ffec0b8c /textproc/p5-FormValidator-Simple
parentd438bf4587fb7293a0e456e652e8cb4817b0a04a (diff)
downloadports-d2751f3bb10c50133c983c63d9a4918446d9afdd.tar.gz
ports-d2751f3bb10c50133c983c63d9a4918446d9afdd.zip
Notes
Diffstat (limited to 'textproc/p5-FormValidator-Simple')
-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