1Alien::Build::Plugin::BUusielrd(C3o)ntributed Perl DocumAelniteant:i:oBnuild::Plugin::Build(3)
2
3
4

NAME

6       Alien::Build::Plugin::Build - Build Alien::Build plugins
7

VERSION

9       version 2.77
10

SYNOPSIS

12       For autoconf:
13
14        use alienfile;
15        plugin 'Build::Autoconf';
16
17       for unixy (even on windows):
18
19        use alienfile;
20        plugin 'Build::MSYS';
21

DESCRIPTION

23       Build plugins provide tools for building your package once it has been
24       downloaded and extracted.
25
26       Alien::Build::Plugin::Build::Autoconf
27           For dealing with packages that are configured using autotools, or
28           an autotools-like "configure" script.
29
30       Alien::Build::Plugin::Build::CMake
31           For dealing with packages that are configured and built using
32           CMake.
33
34       Alien::Build::Plugin::Build::Copy
35           For dealing with packages that do not require any build, and can
36           just be copied into their final location.
37
38       Alien::Build::Plugin::Build::MSYS
39           For dealing with packages that require MSYS on Windows in order to
40           build.  This plugin is typically a no-op on other platforms.
41
42       Alien::Build::Plugin::Build::Make
43           For dealing with packages that require Make to build.  Several
44           flavors of Make are supported, including GNU Make and BSD Make.
45
46       Alien::Build::Plugin::Build::SearchDep
47           Add other Aliens as dependencies.
48

SEE ALSO

50       Alien::Build, Alien::Build::Plugin
51

AUTHOR

53       Author: Graham Ollis <plicease@cpan.org>
54
55       Contributors:
56
57       Diab Jerius (DJERIUS)
58
59       Roy Storey (KIWIROY)
60
61       Ilya Pavlov
62
63       David Mertens (run4flat)
64
65       Mark Nunberg (mordy, mnunberg)
66
67       Christian Walde (Mithaldu)
68
69       Brian Wightman (MidLifeXis)
70
71       Zaki Mughal (zmughal)
72
73       mohawk (mohawk2, ETJ)
74
75       Vikas N Kumar (vikasnkumar)
76
77       Flavio Poletti (polettix)
78
79       Salvador Fandiño (salva)
80
81       Gianni Ceccarelli (dakkar)
82
83       Pavel Shaydo (zwon, trinitum)
84
85       Kang-min Liu (劉康民, gugod)
86
87       Nicholas Shipp (nshp)
88
89       Juan Julián Merelo Guervós (JJ)
90
91       Joel Berger (JBERGER)
92
93       Petr Písař (ppisar)
94
95       Lance Wicks (LANCEW)
96
97       Ahmad Fatoum (a3f, ATHREEF)
98
99       José Joaquín Atria (JJATRIA)
100
101       Duke Leto (LETO)
102
103       Shoichi Kaji (SKAJI)
104
105       Shawn Laffan (SLAFFAN)
106
107       Paul Evans (leonerd, PEVANS)
108
109       Håkon Hægland (hakonhagland, HAKONH)
110
111       nick nauwelaerts (INPHOBIA)
112
113       Florian Weimer
114
116       This software is copyright (c) 2011-2022 by Graham Ollis.
117
118       This is free software; you can redistribute it and/or modify it under
119       the same terms as the Perl 5 programming language system itself.
120
121
122
123perl v5.36.0                      2023-01-20    Alien::Build::Plugin::Build(3)
Impressum