~ubuntu-branches/ubuntu/jaunty/horae/jaunty

« 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: 2008-02-23 23:13:02 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080223231302-mnyyxs3icvrus4ke
Tags: 066-3
Apply patch to athena_parts/misc.pl for compatibility with 
perl-tk 804.28.

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
 
);