File: Makefile.PL

package info (click to toggle)
libfont-afm-perl 1.20-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: perl: 238; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
require 5.002;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME	 => 'Font::AFM',
    VERSION_FROM => 'AFM.pm',
    dist         => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
);