notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
p5-ExtUtils-HasCompiler Check for the presence of a compiler
0.025 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.025Version of this port present on the latest quarterly branch.
Maintainer: svysh.fbsd@gmail.com search for ports maintained by this maintainer
Port Added: 2024-08-06 22:18:06
Last Update: 2026-02-28 23:43:39
Commit Hash: df1c888
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/dist/ExtUtils-HasCompiler
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-ExtUtils-HasCompiler-0.025/catalog.mk
  2. /usr/local/share/licenses/p5-ExtUtils-HasCompiler-0.025/LICENSE
  3. /usr/local/share/licenses/p5-ExtUtils-HasCompiler-0.025/ART10
  4. /usr/local/share/licenses/p5-ExtUtils-HasCompiler-0.025/GPLv1+
  5. lib/perl5/site_perl/ExtUtils/HasCompiler.pm
  6. lib/perl5/site_perl/man/man3/ExtUtils::HasCompiler.3.gz
  7. @owner
  8. @group
  9. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • p5-ExtUtils-HasCompiler>0:devel/p5-ExtUtils-HasCompiler
To install the port:
cd /usr/ports/devel/p5-ExtUtils-HasCompiler/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-ExtUtils-HasCompiler
  • pkg install p5-ExtUtils-HasCompiler
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-ExtUtils-HasCompiler
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1722691758 SHA256 (ExtUtils-HasCompiler-0.025.tar.gz) = 02e1e7275df00682d3ca8ea1c27a30591d6dd08b3e3865c0958afae911635a66 SIZE (ExtUtils-HasCompiler-0.025.tar.gz) = 16203

Packages (timestamps in pop-ups are UTC):
p5-ExtUtils-HasCompiler
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.0250.025-0.0250.025n/an/an/a
FreeBSD:13:quarterly0.0250.025-0.0250.025n/an/an/a
FreeBSD:14:latest0.0250.025-0.0250.025---
FreeBSD:14:quarterly0.0250.025-0.0250.025---
FreeBSD:15:latest0.0250.025n/a0.025n/an/a--
FreeBSD:15:quarterly0.0250.025n/a-n/an/a--
FreeBSD:16:latest0.0250.025n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.42.r<5.43 : lang/perl5.42
Runtime dependencies:
  1. perl5>=5.42.r<5.43 : lang/perl5.42
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_p5-ExtUtils-HasCompiler
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/L/LE/LEONT/
  2. ftp://ftp.cpan.org/pub/CPAN/authors/id/L/LE/LEONT/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/ExtUtils/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/L/LE/LEONT/
  5. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/authors/id/L/LE/LEONT/
  6. http://backpan.perl.org/authors/id/L/LE/LEONT/
  7. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/L/LE/LEONT/
  8. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/L/LE/LEONT/
  9. https://cpan.metacpan.org/authors/id/L/LE/LEONT/
  10. https://cpan.metacpan.org/modules/by-module/ExtUtils/
  11. https://www.cpan.org/authors/id/L/LE/LEONT/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.025
28 Feb 2026 23:43:39
commit hash: df1c8885cd81aeb74060c7262ca15e8d966083e8commit hash: df1c8885cd81aeb74060c7262ca15e8d966083e8commit hash: df1c8885cd81aeb74060c7262ca15e8d966083e8commit hash: df1c8885cd81aeb74060c7262ca15e8d966083e8 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Sergei Vyshenski
devel/p5-ExtUtils-HasCompiler: Fix download location

- Respect change of distribution location @CPAN,
  so that portscout can spot future versions.

PR:	293514
0.025
06 Aug 2024 22:15:31
commit hash: 937e0616ab28410757b592485a14fd91a4b57153commit hash: 937e0616ab28410757b592485a14fd91a4b57153commit hash: 937e0616ab28410757b592485a14fd91a4b57153commit hash: 937e0616ab28410757b592485a14fd91a4b57153 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Sergei Vyshenski
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

Number of commits found: 2