File: Makefile.PL

package info (click to toggle)
libunix-syslog-perl 0.100-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 104 kB
  • ctags: 22
  • sloc: perl: 186; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Unix::Syslog',
    'VERSION_FROM' => 'Syslog.pm', # finds $VERSION
    'LIBS'	=> ['-lc'],   # e.g., '-lm' 
    'DEFINE'	=> '',     # e.g., '-DHAVE_SOMETHING' 
#    'DEFINE'	=> '-DSYSLOG_NAMES',
    'INC'	=> '',     # e.g., '-I/usr/include/other' 
);