File: Makefile.PL

package info (click to toggle)
libcurses-widgets-perl 1.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 140 kB
  • ctags: 29
  • sloc: perl: 1,359; makefile: 34
file content (12 lines) | stat: -rw-r--r-- 292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;

%mods = ( 'Curses'	=> '0');

WriteMakefile(
    'NAME'	=> 'Curses::Widgets',
	'AUTHOR' => 'Arthur Corliss <corliss@odinicfoundation.org>',
	'ABSTRACT' => 
	'High level access to widgets for rapid interface design.',
    'VERSION' => '1.2',
	'PREREQ_PM'	=> \%mods
);