The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
prefix=/foo
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include

Name: doublequote
Description: this is a description
Version: 1.00
Cflags: -I${includedir} -DFOO="bar baz"
Libs: -lfoo
Libs.private: -lbar -lbaz