File: Makefile.PL

package info (click to toggle)
libmsgcat-perl 1.01-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 64 kB
  • ctags: 6
  • sloc: perl: 53; makefile: 45
file content (10 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (9)
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'	=> 'Locale::Msgcat',
    'VERSION_FROM' => 'Msgcat.pm', # finds $VERSION
    'LIBS'	=> [''],   # e.g., '-lm' 
    'DEFINE'	=> '',     # e.g., '-DHAVE_SOMETHING' 
    'INC'	=> '',     # e.g., '-I/usr/include/other' 
);