File: Makefile.PL

package info (click to toggle)
debsigs 0.1.16
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 188 kB
  • ctags: 21
  • sloc: perl: 664; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (5)
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'	=> 'Debian::debsigs::debsigs',
    'EXE_FILES' => ['debsigs', 'debsigs-signchanges', 'debsigs-autosign',
		    'debsigs-installer'],
    'VERSION_FROM' => 'debsigsmain.pm', # finds $VERSION
);