% locate bin/clamd
/opt/homebrew/Cellar/clamav/1.0.1/bin/clamdscan
/opt/homebrew/Cellar/clamav/1.0.1/bin/clamdtop
/opt/homebrew/Cellar/clamav/1.0.1/sbin/clamd
/opt/homebrew/bin/clamdscan
/opt/homebrew/bin/clamdtop
/opt/homebrew/sbin/clamd
% perl Makefile.PL
Generating a Unix-style Makefile
Writing Makefile for File::Scan::ClamAV
Writing MYMETA.yml and MYMETA.json
% make
Makefile:805: *** target file `Makefile' has both : and :: entries. Stop.
Line 805 of the makefile is (after the comments):
# --- MakeMaker makefile section:
# We take a very conservative approach here, but it's worth it.
# We move Makefile to Makefile.old here to avoid gnu make looping.
$(FIRST_MAKEFILE) : Makefile.PL $(CONFIGDEP)
Any ideas what I’m doing wrong?
Thanks, James.