File: Makefile.PL

package info (click to toggle)
libcddb-get-perl 2.28-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 248 kB
  • sloc: perl: 888; makefile: 8
file content (13 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
  'NAME'	   => 'CDDB_get',
  'VERSION_FROM' => 'CDDB_get.pm', # finds $VERSION
  'EXE_FILES'    => ['cddb.pl'],
  'ABSTRACT'	   => "This module/script gets the CDDB info for an audio cd.",
  'AUTHOR'       => "Armin Obersteiner <armin at xos dot net>",
#  'PREREQ_PM'    => {
#    Data::Dumper  => 0,
#  },
);