    <% 	if ($cdcfg::prj->{opts}->{main_winsupported}) { %>
        /perl/win32
    <% };
	if ($cdcfg::prj->{opts}->{main_lnxsupported}) {
     %>
        /perl/linux-x86
    <% };
	if ($cdcfg::prj->{opts}->{main_osxsupported}) {
	    #print '/perl/osx-x86' . ($cdcfg::prj->{opts}->{httpd2} ? '_x64' : '' ) . "\n";
	    print "/perl/osx-x86\n"; #there is no 32bit perl anymore, 64bit Perl is shipped in  perl/osx-x86
        }; 
    %>
