File: Makefile.PL

package info (click to toggle)
libchart-strip-perl 1.08-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 216 kB
  • ctags: 39
  • sloc: perl: 1,105; makefile: 6
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},
);