X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.PL;h=406476e1cd3166b47d6271f116e003f6093f26b4;hb=273199811f204c7175186ddc9f935e764b0b8c06;hp=4649ca4ae463a9e3826d1f953ac00b3a146660b9;hpb=37a9add7da997ad04b7de81bc42520e00e60608e;p=chaz%2Fp5-File-KDBX-XS diff --git a/Makefile.PL b/Makefile.PL index 4649ca4..406476e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -69,6 +69,7 @@ if ($^O !~ /^(MSWin32|darwin|solaris)$/ && ($Config{ld} =~ /gcc|g\+\+/ || $Confi my %eumm_args = ( 'NAME' => 'File::KDBX::XS',##{ # List NAME explicitly here so it works even without dzil. ##} + 'VERSION' => '999.999', ##{ $plugin->get_default(qw{ABSTRACT AUTHOR DISTNAME LICENSE MIN_PERL_VERSION VERSION test}) ##} ##{ $plugin->get_prereqs(1) ##} @EUMM_INC_LIB, @@ -94,7 +95,7 @@ sub MY::postamble { }; $extra_targets = qq{ -\$(MYEXTLIB): libtomcrypt/Makefile +\$(MYEXTLIB): libtomcrypt/Makefile.nmake \tcd libtomcrypt && \$(MAKE) -f Makefile.nmake CFLAGS="$mycflags" } if $^O eq 'MSWin32' && $Config{make} =~ /nmake/ && $Config{cc} =~ /cl/;