File: Makefile.PL

package info (click to toggle)
libmp3-info-perl 1.26-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 740 kB
  • sloc: perl: 4,522; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 219 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: Makefile.PL 10 1998-12-16 23:02:45Z daniel $

use inc::Module::Install;

name('MP3-Info');
license('perl');
perl_version('5.005');
all_from('Info.pm');

#build_depends('Test::More');

auto_install();
WriteAll();