File: Makefile.PL

package info (click to toggle)
refdb-client 1.18-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 276 kB
  • ctags: 100
  • sloc: perl: 2,351; xml: 1,065; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'RefDB::Client',
    'VERSION_FROM' => 'Client.pm', # finds $VERSION
    'AUTHOR' => 'Markus Hoenicka <markus@mhoenicka.de>',
    'dist' => { COMPRESS => 'gzip -9f', SUFFIX => '.tar.gz',}, 
);