File: Makefile.PL

package info (click to toggle)
libx11-protocol-perl 0.56-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 544 kB
  • sloc: perl: 8,331; ansic: 580; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (8)
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
  ('ABSTRACT' => 'Raw interface to X Window System servers',
   'AUTHOR' => 'Stephen McCamant <SMCCAM@cpan.org>',
   'NAME'	=> 'X11::Protocol',
   'VERSION_FROM' => 'Protocol.pm', # finds $VERSION
   'PMLIBDIRS' => ['Protocol/', 'Protocol/Ext', 'Protocol/Connection'],
   'dist' => {COMPRESS => 'gzip -9', SUFFIX => 'gz'},
  );