s3:param: add a utility function lp_idmap_range() to get the configured range for...
[Samba/gebeck_regimport.git] / lib / subunit / perl / Makefile.PL.in
blobcf5e6c4c76b509d130880c10c64b6eeffd9287fe
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     'INSTALL_BASE' => '@prefix@',
4     'NAME'      => 'Subunit',
5     'VERSION' => '@SUBUNIT_VERSION@',
6     'test' => { 'TESTS' => 'tests/*.pl' },
7     'PMLIBDIRS' => [ 'lib' ],
8     'EXE_FILES' => [ '@abs_srcdir@/subunit-diff' ],
9 );
10 sub MY::postamble {
11 <<'EOT';
12 check: # test
14 uninstall_distcheck:
15         rm -fr $(DESTINSTALLARCHLIB)
16         rm MYMETA.yml
18 VPATH = @srcdir@
19 .PHONY: uninstall_distcheck
20 EOT