Start working on Remind -> PDF converter using Pango and Cairo

This commit is contained in:
Dianne Skoll
2022-01-26 16:38:49 -05:00
parent a1d884ec3f
commit 7290bccfd7
6 changed files with 97 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Remind::PDF',
AUTHOR => q{Dianne Skoll <dianne@skoll.ca>},
VERSION => '@VERSION@',
PREREQ_PM => {
'Getopt::Long' => 0,
'Cairo' => 0,
'Pango' => 0,
},
EXE_FILES => [ 'bin/rem2pdf' ]
);