Subject: | Makefile.pl capitalization |
Your package contains a ERG-1.13/Makefile.pl but perl packages contain per convention a Makefile.PL (note capital PL). Could this probably be fixed?
Note that within the resulting Makefile, there is a dependency on a Makefile.PL, so on a case sensitive file system you get
% make
make: *** No rule to make target `Makefile.PL', needed by `Makefile'. Stop.
zsh: exit 2 make
Thanks,