File: Makefile.PL

package info (click to toggle)
perlftlib 1.2-13
  • links: PTS
  • area: main
  • in suites: woody
  • size: 172 kB
  • ctags: 186
  • sloc: perl: 1,941; makefile: 105
file content (10 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'perlftlib',
    'VERSION_FROM' => 'FreeType/FreeType.pm',
    'PM' => {'FreeTypeWrapper.pm' => '$(INST_LIBDIR)/FreeTypeWrapper.pm',
	     'ftinfo.pl' => '$(INST_SCRIPT)/ftinfo',
	     'mkttfdir.pl' => '$(INST_SCRIPT)/mkttfdir'}
);