File: Makefile.PL

package info (click to toggle)
libunix-syslog-perl 0.98-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 80 kB
  • ctags: 11
  • sloc: perl: 149; makefile: 55
file content (10 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
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' 
    'INC'	=> '',     # e.g., '-I/usr/include/other' 
);