File: Makefile.PL

package info (click to toggle)
ttytter 2.1.0%2B1-1
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 472 kB
  • ctags: 65
  • sloc: perl: 9,547; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (4)
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-TTYtter',
	      NAME	=> 'Term::ReadLine',
	      VERSION_FROM => 'ReadLine/readline_ttytter.pm',
	      linkext => {LINKTYPE => '' },
	      # dist => {COMPRESS=>'gzip -9f', SUFFIX=>'gz', 
	      #		     DIST_DEFAULT => 'all uutardist'},
	     );