aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 8e9812ff39a41d217f9ba5f14b828711a3aed7e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- perl -*-
use strict;
use lib 'inc';
use ExtUtils::AutoInstall (
    -core => {
        'Getopt::Long' => 2.34,
        'File::Basename' => 2.84,
        'Pod::Usage' => 1.51,
        'Pod::Man' => 2.25,
	'Sys::Syslog' => 0.29
    }
);

WriteMakefile(NAME      =>      'syslogck',
              ABSTRACT_FROM  => 'syslogck',
              VERSION_FROM =>   'syslogck',
              AUTHOR    =>      'Sergey Poznyakoff <gray@gnu.org>',
              LICENSE   =>      'gpl',
              EXE_FILES =>      [ 'syslogck' ]
);

Return to:

Send suggestions and report system problems to the System administrator.