File: Makefile.PL

package info (click to toggle)
auto-pgp 1.04-2
  • links: PTS
  • area: contrib
  • in suites: slink
  • size: 176 kB
  • ctags: 92
  • sloc: perl: 498; lisp: 452; makefile: 115; ansic: 103; sh: 91
file content (14 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- perl -*-

use ExtUtils::MakeMaker;
WriteMakefile(
    C => '',
    EXE_FILES => [ qw(pgp-auto pgp-decrypt pgp-pixie pgp-ringsearch) ],
    H => '',
    INSTALLDIRS => 'perl',
    MAKEFILE => 'perlMakefile',
    NAME => 'auto-pgp',
    NORECURS => 1,
    PREFIX => '/usr/bin',
    VERSION => '1.04',
    );