File: Makefile.PL

package info (click to toggle)
debsigs 0.1.14
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 172 kB
  • ctags: 21
  • sloc: perl: 434; makefile: 47
file content (9 lines) | stat: -rw-r--r-- 349 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'	=> 'Debian::debsigs::debsigs',
    'EXE_FILES' => ['debsigs', 'debsigs-signchanges', 'debsigs-autosign',
		    'debsigs-installer'],
    'VERSION_FROM' => 'debsigs', # finds $VERSION
);