File: Makefile.PL

package info (click to toggle)
libx11-keyboard-perl 1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 80 kB
  • ctags: 9
  • sloc: perl: 68; sh: 16; makefile: 11
file content (14 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use ExtUtils::MakeMaker;

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile(
	NAME			=> 'X11::Keyboard',
	VERSION_FROM	=> 'Keyboard.pm', 
	AUTHOR			=> 'Erick Calder <ecalder@cpan.org>',
	ABSTRACT_FROM	=> 'Keyboard.pm',
	PREREQ_PM		=> {
		X11::Protocol => '0.04',
		},
	);