File: Makefile.PL

package info (click to toggle)
libterm-readline-perl-perl 0.9906-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 116 kB
  • ctags: 50
  • sloc: perl: 1,687; makefile: 41
file content (11 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (2)
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(
	      DISTNAME	=> 'Term-ReadLine-Perl',
	      NAME	=> 'Term::ReadLine',
	      VERSION_FROM => 'ReadLine/readline.pm',
	      linkext => {LINKTYPE => '' },
	      dist => {COMPRESS=>'gzip -9f', SUFFIX=>'gz', 
			     DIST_DEFAULT => 'all uutardist'},
	     );