http://www.berklix.org/~jhs/src/bsd/fixes/freebsd/ports/gen/mail/openwebmail/Makefile.diff Hi Chris, this wouldnt start http://land.berklix.net/cgi-bin/openwebmail/openwebmail.pl without run dependency www/p5-CGI Here's a rough patch: Sent to Maintainer Chris Rees Tue Aug 27 02:29:49 CEST 2019 *** 12.0-p7/ports/mail/openwebmail/Makefile.orig Mon Aug 26 18:59:03 2019 --- new-generic/ports/mail/openwebmail/Makefile Tue Aug 27 02:20:26 2019 *************** *** 13,18 **** --- 13,24 ---- RUN_DEPENDS= p5-Text-Iconv>=0:converters/p5-Text-Iconv + RUN_DEPENDS+= p5-CGI>=0:www/p5-CGI + # 10.3-STABLE had: /usr/local/lib/perl5/5.20/CGI.pm + # 12.0-p7 needed: /usr/local/lib/perl5/site_perl/CGI.pm + # To avoid this: cd /usr/local/www/cgi-bin/openwebmail ; ./openwebmail.pl + # Erroring: Can't locate CGI.pm in @INC (you may need to install the CGI module) + USES= perl5 USE_PERL5= run build patch NO_BUILD= yes