File: Makefile.PL

package info (click to toggle)
sgmlspm 1.03ii-14
  • links: PTS
  • area: main
  • in suites: potato
  • size: 600 kB
  • ctags: 157
  • sloc: perl: 1,387; lisp: 262; makefile: 207
file content (15 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
      'NAME'	=> 'SGMLS',
      'VERSION'	=> '1.03ii',
      'PM'	=> { 'SGMLS.pm' => '$(INST_LIBDIR)/SGMLS.pm',
		     'Output.pm' => '$(INST_LIBDIR)/SGMLS/Output.pm',
		     'Refs.pm' => '$(INST_LIBDIR)/SGMLS/Refs.pm',
		 },
      'MAN3PODS'=> { 'SGMLS.pm' => '$(INST_MAN3DIR)/SGMLS.3pm',
		     'Output.pm' => '$(INST_MAN3DIR)/SGMLS::Output.3pm',
		     'Refs.pm' => '$(INST_MAN3DIR)/SGMLS::Refs.3pm',
		 },
);