File: Makefile.PL

package info (click to toggle)
libtk-filedialog-perl 1.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 76 kB
  • ctags: 31
  • sloc: perl: 560; makefile: 37
file content (7 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
WriteMakefile(
              NAME => "Tk::FileDialog",
	      PM => { 'FileDialog.pm' => '$(INST_LIBDIR)/FileDialog.pm' },
              VERSION_FROM => 'FileDialog.pm',
              'dist' => {COMPRESS=>'gzip -9f', SUFFIX => 'gz'},
             );