1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix build with Perl 5.30+.

With hat:	perl@
This commit is contained in:
Mathieu Arnold 2019-06-19 22:41:46 +00:00
parent 4421650ac0
commit b02fbf6569
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504592

View File

@ -14,7 +14,7 @@
echo "$ac_t""$perlprog v$perlvers" 1>&6
case $perlvers in
- 5.003* | 5.004* | 5.005* | 5.006* )
+ 5.003* | 5.004* | 5.005* | 5.006* | 5.008* | 5.01* | 5.02* )
+ 5.003* | 5.004* | 5.005* | 5.006* | 5.008* | 5.01* | 5.02* | 5.03* )
;;
* ) echo ""
echo "Latest Perl found on your system is $perlvers,"