File: Makefile.PL

package info (click to toggle)
libmsgcat-perl 1.03-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 68 kB
  • ctags: 2
  • sloc: perl: 53; makefile: 2
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' 
);