Summary: | [NEW PORT] devel/p5-ExtUtils-HasCompiler: Check for the presence of a compiler | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Sergei Vyshenski <svysh.fbsd> | ||||
Component: | Individual Port(s) | Assignee: | Vladimir Druzenko <vvd> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | svysh.fbsd, vvd | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://metacpan.org/release/LEONT/ExtUtils-HasCompiler-0.025/source/Changes | ||||||
Attachments: |
|
Description
Sergei Vyshenski
2024-08-05 11:47:46 UTC
Created attachment 252512 [details]
git format-patch -1 main
PORTVERSION => DISTVERSION A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=937e0616ab28410757b592485a14fd91a4b57153 commit 937e0616ab28410757b592485a14fd91a4b57153 Author: Sergei Vyshenski <svysh.fbsd@gmail.com> AuthorDate: 2024-08-06 22:15:31 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-06 22:15:31 +0000 devel/p5-ExtUtils-HasCompiler: New port: Check for the presence of a compiler Check for the presence of a compiler. This module tries to check if the current system is capable of compiling, linking and loading an XS module. https://metacpan.org/dist/ExtUtils-HasCompiler PR: 280625 devel/Makefile | 1 + devel/p5-ExtUtils-HasCompiler/Makefile (new) | 19 +++++++++++++++++++ devel/p5-ExtUtils-HasCompiler/distinfo (new) | 3 +++ devel/p5-ExtUtils-HasCompiler/pkg-descr (new) | 3 +++ devel/p5-ExtUtils-HasCompiler/pkg-plist (new) | 2 ++ 5 files changed, 28 insertions(+) Thanks. |