| 2 | |
| 3 | Edit: now I'm not sure, actually. It should be perl5.28.3 right? |
| 4 | {{{ |
| 5 | $ port -v installed perl5.28 |
| 6 | The following ports are currently installed: |
| 7 | perl5.28 @5.28.3_0+universal (active) platform='darwin 10' archs='i386 x86_64' date='2020-06-18T13:13:47-0700' |
| 8 | }}} |
| 9 | |
| 10 | so I don't know what you build (as you edited the version in the portfile??). There's the downside of hacking -- sometimes, you don't know where you are :> |
| 11 | |
| 12 | You will need to get yourself to a fresh perl5.28 Portfile, add your {{{use_universal_build no}}} and see if it builds {{{perl5.28 @5.28.3}}}. |