Codebase list libnews-article-nocem-perl / 15a7528c-c56b-48ba-875b-ea3b4edc2f86/upstream Makefile.PL
15a7528c-c56b-48ba-875b-ea3b4edc2f86/upstream

Tree @15a7528c-c56b-48ba-875b-ea3b4edc2f86/upstream (Download .tar.gz)

Makefile.PL @15a7528c-c56b-48ba-875b-ea3b4edc2f86/upstreamraw · history · blame

use ExtUtils::MakeMaker;

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile(
  'NAME'         => 'News::Article::NoCeM',
  'DISTNAME'     => 'News-Article-NoCeM',
  'MAN3PODS'     => { 'NoCeM.pm' => '$(INST_MAN3DIR)/News::Article::NoCeM.3' },
  'VERSION_FROM' => 'NoCeM.pm',
  'PREREQ_PM'    => { 'News::Article' => 1.27, 'PGP::Sign' => 0.19 },
  'PM'           => { 'NoCeM.pm' => '$(INST_LIBDIR)/NoCeM.pm' },
  'dist'         => { COMPRESS => 'gzip', SUFFIX => 'gz' },
);