File: Makefile.PL

package info (click to toggle)
libmidi-perl 0.84-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 348 kB
  • sloc: perl: 1,901; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This -*-perl-*- script writes the Makefile for installing this distribution.
#
# See "perldoc perlmodinstall" or "perldoc ExtUtils::MakeMaker" for
# info on how to control how the installation goes.
#
#                                       Time-stamp: "2005-01-29 15:11:45 AST"

require 5.004;
use strict;
use ExtUtils::MakeMaker;

WriteMakefile(
   NAME          => 'MIDI-Perl',
   VERSION_FROM  => 'lib/MIDI.pm',
   ABSTRACT  => 'read, compose, modify, and write MIDI files',
   'dist'        => { COMPRESS => 'gzip -6f', SUFFIX => 'gz', },
);