File: Makefile.PL

package info (click to toggle)
libmp3-info-perl 1.24-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 592 kB
  • ctags: 149
  • sloc: perl: 4,124; makefile: 36
file content (13 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (4)
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.004');
all_from('Info.pm');

build_depends('Test::More');

auto_install();
WriteAll();