Port details |
- perl5.40 Practical Extraction and Report Language
- 5.40.2 lang
=6 5.40.2Version of this port present on the latest quarterly branch. - Maintainer: mat@FreeBSD.org
 - Port Added: 2024-05-25 13:57:09
- Last Update: 2025-04-14 18:00:15
- Commit Hash: 0702522
- People watching this port, also watch:: tmux, luajit-openresty, libevent, perl5, rust
- Also Listed In: devel perl5
- License: ART10 GPLv1+
- WWW:
- https://www.perl.org/
- Description:
- Perl is a language that combines some of the features of C, sed, awk and
shell. See the manual page for more hype. There are also many books
published by O'Reilly & Assoc. See pod/perlbook.pod for more
information.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/perl5.40/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/perl5.40
- pkg install perl5.40
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: perl5.40
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1744553372
SHA256 (perl/perl-5.40.2.tar.xz) = 0551c717458e703ef7972307ab19385edfa231198d88998df74e12226abf563b
SIZE (perl/perl-5.40.2.tar.xz) = 13923524
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for perl5.40-5.40.2:
DEBUG=off: Build with debugging support
DOT_INC=off: Add '.' to @INC (unsafe)
DTRACE=on: Build with DTrace probes
GDBM=off: GDBM_File extension
MULTIPLICITY=on: Use multiplicity
PERL_64BITINT=on: Use 64 bit integers (on i386)
PERL_MALLOC=off: Use Perl malloc
SITECUSTOMIZE=off: Run-time customization of @INC
THREADS=on: Build threaded perl
===> Use 'make config' to modify these settings
- Options name:
- lang_perl5.40
- USES:
- cpe tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2023-10-17
Affects: users of lang/perl5* Author: delphij@FreeBSD.org Reason:
The default Perl version has been switched to Perl 5.36. If you are using
binary packages to upgrade your system, you do not have anything to do, pkg
upgrade will do the right thing. For the other people, assuming you are
migrating from 5.34 to 5.36, do:
First, add to /etc/make.conf:
DEFAULT_VERSIONS+= perl5=5.36
Portupgrade users:
portupgrade -o lang/perl5.36 -f lang/perl5.34
You can now remove the DEFAULT_VERSIONS line added earlier
from /etc/make.conf
Then you will need to rebuild everything that uses libperl.so, you
can do so with:
portupgrade -f `pkg shlib -qR libperl.so.5.34`
If, for some reason, this command fails at one point, it is safe to
run it again, it will not rebuild what it already rebuilt, as the
ports that have been rebuilt no longer depend on libperl.so.5.34 but
on libperl.so.5.36.
Portmaster users:
portmaster -o lang/perl5.36 lang/perl5.34
You can now remove the DEFAULT_VERSIONS line added earlier
from /etc/make.conf
Then you will need to rebuild everything that uses libperl.so, you
can do so with:
portmaster -f `pkg shlib -qR libperl.so.5.34`
If, for some reason, this command fails at one point, it is safe to
run it again, it will not rebuild what it already rebuilt, as the
ports that have been rebuilt no longer depend on libperl.so.5.34 but
on libperl.so.5.36.
|
Number of commits found: 6
Number of commits found: 6
|