Port details |
- p5-ExtUtils-Builder Overview of foundations of ExtUtils::Builder Plan framework
- 0.013 devel =2 0.012Version of this port present on the latest quarterly branch.
- Maintainer: svysh.fbsd@gmail.com
- Port Added: 2024-08-07 23:15:04
- Last Update: 2024-10-09 02:41:24
- Commit Hash: 99c2882
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/dist/ExtUtils-Builder
- Description:
- An overview of the foundations of the ExtUtils::Builder Plan framework.
Actions are the cornerstone of this framework. They provide an
interface between build tools (e.g. ExtUtils::MakeMaker, Module::Build,
...) and building extensions. This allows producing and consuming sides
to be completely independent from each other. It is a flexible
abstraction around pieces of work, this work can be a piece of perl
code, an external command, a mix of those or possibly other things.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-ExtUtils-Builder>0:devel/p5-ExtUtils-Builder
- To install the port:
- cd /usr/ports/devel/p5-ExtUtils-Builder/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-ExtUtils-Builder
- pkg install p5-ExtUtils-Builder
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-ExtUtils-Builder
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728317748
SHA256 (ExtUtils-Builder-0.013.tar.gz) = cfac655a25e5cef411026ec640c672f948baec5ee200c6c905a034785720642e
SIZE (ExtUtils-Builder-0.013.tar.gz) = 27348
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-ExtUtils-Config>=0.009 : devel/p5-ExtUtils-Config
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-ExtUtils-Config>=0.009 : devel/p5-ExtUtils-Config
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- devel/p5-ExtUtils-Builder-Compiler
- for Run
-
- devel/p5-ExtUtils-Builder-Compiler
Configuration Options:
- No options to configure
- Options name:
- devel_p5-ExtUtils-Builder
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.013 09 Oct 2024 02:41:24 |
Vladimir Druzenko (vvd) Author: Sergei Vyshenski |
devel/p5-ExtUtils-Builder: Update 0.012 → 0.013
Changelog:
https://metacpan.org/dist/ExtUtils-Builder/changes
PR: 281925 |
0.012 11 Sep 2024 21:56:51 |
Vladimir Druzenko (vvd) Author: Sergei Vyshenski |
devel/p5-ExtUtils-Builder: Update 0.011 → 0.012
Changelog:
- Allow for phony dependencies of file targets
- Add type attribute to nodes
https://metacpan.org/dist/ExtUtils-Builder/changes
PR: 281446 |
0.011 07 Aug 2024 23:13:27 |
Vladimir Druzenko (vvd) Author: Sergei Vyshenski |
devel/p5-ExtUtils-Builder: New port: Overview of foundations of
ExtUtils::Builder Plan framework
- This new port is needed as an indirect dependency for
a new major release of existing port security/p5-Crypt-Argon2
- An overview of the foundations of the ExtUtils::Builder Plan framework.
Actions are the cornerstone of this framework. They provide an
interface between build tools (e.g. ExtUtils::MakeMaker, Module::Build,
...) and building extensions. This allows producing and consuming sides
to be completely independent from each other. It is a flexible
abstraction around pieces of work, this work can be a piece of
perl code, an external command, a mix of those or possibly other things.
https://metacpan.org/dist/ExtUtils-Builder
PR: 280628 |