~ubuntu-branches/ubuntu/vivid/horae/vivid

« back to all changes in this revision

Viewing changes to 0CPAN/perlindex-1.301/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Carlo Segre
  • Date: 2006-12-26 11:54:29 UTC
  • Revision ID: james.westby@ubuntu.com-20061226115429-kjuhf6h9w6bohlwj
Tags: upstream-063
ImportĀ upstreamĀ versionĀ 063

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/app/unido-i06/magic/perl
 
2
#                              -*- Mode: Perl -*- 
 
3
# $Basename: Makefile.PL $
 
4
# $Revision: 1.3 $
 
5
# Author          : Ulrich Pfeifer
 
6
# Created On      : Tue May 27 17:27:28 1997
 
7
# Last Modified By: Ulrich Pfeifer
 
8
# Last Modified On: Thu Jun 19 11:26:32 2003
 
9
# Language        : CPerl
 
10
# Update Count    : 15
 
11
# Status          : Unknown, Use with caution!
 
12
 
13
# (C) Copyright 1997, Ulrich Pfeifer, all rights reserved.
 
14
 
15
 
16
 
 
17
# $Format: "\$VERSION = \"$ReleaseVersion$\";"$
 
18
$VERSION = "1.301";
 
19
 
 
20
use ExtUtils::MakeMaker;
 
21
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
 
22
# the contents of the Makefile that is written.
 
23
 
 
24
WriteMakefile(
 
25
    'NAME'         => 'perlindex',
 
26
    'VERSION'      => $VERSION,
 
27
    'LIBS'         => [''],   # e.g., '-lm' 
 
28
    'DEFINE'       => '',     # e.g., '-DHAVE_SOMETHING' 
 
29
    'INC'          => '',     # e.g., '-I/usr/include/other' 
 
30
    'dist'         => { SUFFIX => "gz", COMPRESS => "gzip -f"},
 
31
    'EXE_FILES'    => [ 'perlindex' ],
 
32
     'clean'       => { 'FILES' => 'perlindex' },
 
33
);