File: Makefile.PL

package info (click to toggle)
libchart-strip-perl 1.05-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 180 kB
  • ctags: 39
  • sloc: perl: 915; makefile: 50
file content (8 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
WriteMakefile(
              NAME            => 'Chart::Strip',
              VERSION_FROM    => 'Strip.pm',
              ABSTRACT_FROM   => 'Strip.pm',
              AUTHOR          => 'Jeff Weisberg <http://www.tcp4me.com/>',
              PREREQ_PM       => {GD => 0},
);