File: dist.ini

package info (click to toggle)
libb-hooks-op-ppaddr-perl 0.06-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: perl: 209; ansic: 131; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,195 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name    = B-Hooks-OP-PPAddr
author  = Florian Ragwitz <rafl@debian.org>
license = Perl_5
copyright_year = 2008
copyright_holder = Florian Ragwitz

[@Author::ETHER]
:version = 0.097
installer = none
Authority.authority = cpan:FLORA
Test::ReportPrereqs.include = DynaLoader
-remove = PodCoverageTests  ; confused by blib/arch - see RT#106024

[MakeMaker::Awesome]
:version = 0.27
delimiter = |
; keep this code consistent with the in-repo Makefile.PL
header = |use ExtUtils::Depends 0.302;
header = |my $pkg = ExtUtils::Depends->new('B::Hooks::OP::PPAddr');
header = |$pkg->install('hook_op_ppaddr.h');
header = |$pkg->add_xs('PPAddr.xs');
header = |$pkg->add_pm('lib/B/Hooks/OP/PPAddr.pm' => '$(INST_LIB)/B/Hooks/OP/PPAddr.pm');
header = |mkdir 'build';
header = |$pkg->save_config('build/IFiles.pm');
WriteMakefile_arg = $pkg->get_makefile_vars
WriteMakefile_arg = FUNCLIST => [qw/hook_op_ppaddr hook_op_ppaddr_around/]
WriteMakefile_arg = DL_FUNCS => { 'B::Hooks::OP::PPAddr' => [] }
WriteMakefile_arg = dist => { PREOP => 'pod2text lib/B/Hooks/OP/PPAddr.pm > $(DISTVNAME)/README' }

[Prereqs / ConfigureRequires]
ExtUtils::Depends = 0.302   ; minimum version that works on Win32+gcc

[PPPort]