mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Included AutoInstall.pm bugs out on multi-dot version numbers, so let
ports handle all the installation requirements... Thanks to Anton Berezin.
This commit is contained in:
parent
d438bf4587
commit
d2751f3bb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186794
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue