File: Makefile.PL

package info (click to toggle)
libsort-key-top-perl 0.08-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 256 kB
  • sloc: ansic: 212; perl: 155; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;

WriteMakefile( NAME => 'Sort::Key::Top',
               VERSION_FROM => 'lib/Sort/Key/Top.pm',
               PREREQ_PM => { 'Test::More' => 0 },
               ABSTRACT_FROM  => 'lib/Sort/Key/Top.pm',
               AUTHOR => 'Salvador Fandino <sfandino@yahoo.com>',
               LIBS => [''], # e.g., '-lm'
               DEFINE => '', # e.g., '-DHAVE_SOMETHING'
               INC => '-I.', # e.g., '-I. -I/usr/include/other'
               # OPTIMIZE => '-g -O0'
             );