Port details |
- p5-App-cpanminus Get, unpack, build and install modules from CPAN
- 1.7047 devel =4 1.7047Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2010-04-06 14:03:06
- Last Update: 2023-08-02 10:57:35
- Commit Hash: 133c4b7
- People watching this port, also watch:: memcached, imapsync, pure-ftpd, php81-pear, sslscan
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/App-cpanminus
- Description:
- Get, unpack, build and install modules from CPAN.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-App-cpanminus>0:devel/p5-App-cpanminus
- To install the port:
- cd /usr/ports/devel/p5-App-cpanminus/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-App-cpanminus
- pkg install p5-App-cpanminus
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-App-cpanminus
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1690973066
SHA256 (App-cpanminus-1.7047.tar.gz) = 963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5
SIZE (App-cpanminus-1.7047.tar.gz) = 316779
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:
-
- perl5>=5.34<5.35 : lang/perl5.34
- Runtime dependencies:
-
- perl5>=5.34<5.35 : lang/perl5.34
- This port is required by:
- for Build
-
- devel/p5-Minilla
- devel/p5-Time-Out
- devel/p5-carton
- mail/sympa
- net-mgmt/netdisco
-
Deleted ports which required this port:
- for Run
-
- devel/p5-Minilla
- devel/p5-carton
- mail/sympa
- net-mgmt/netdisco
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_p5-App-cpanminus
- 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 |
1.7047 02 Aug 2023 10:57:35 |
Rodrigo Osorio (rodrigo) |
devel/p5-App-cpanminus: Update to 1.7047
Major changes:
* Upgrade fatpacked CPAN::Meta::Check to 0.018
Full changelog: https://metacpan.org/dist/App-cpanminus/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7046 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.7046 30 Apr 2022 16:01:16 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-App-cpanminus: Update to 1.7046
Changes: https://metacpan.org/dist/App-cpanminus/changes |
1.7045 25 Mar 2022 05:12:09 |
Wen Heping (wen) |
devel/p5-App-cpanminus: Update to 1.7045 |
1.7044 13 Oct 2021 05:39:10 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-App-cpanminus: Add LICENSE_FILE
- Sort PLIST |
1.7044 05 Oct 2021 23:33:17 |
Wen Heping (wen) |
devel/p5-App-cpanminus: Update to 1.7044 |
1.7042 04 Oct 2021 19:58:01 |
Rene Ladan (rene) |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
1.7042 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.7042 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7042 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.7042 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.7042 29 Nov 2016 07:31:44 |
kuriyama |
- Upgrade to 1.7042. |
1.7039 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
1.7039 21 Aug 2015 06:36:42 |
kuriyama |
- Upgrade to 1.7039. |
1.7036 13 Jun 2015 14:17:01 |
kuriyama |
- Upgrade to 1.7036. |
1.7016_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.7016 20 Nov 2014 06:47:58 |
kuriyama |
- Upgrade to 1.7016. |
1.7004 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.7004 11 Aug 2014 16:16:24 |
culot |
- Update to 1.7004 [1]
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/App-cpanminus/Changes
PR: ports/192045 [1]
Submitted by: rsimmons0@gmail.com
Approved by: kuryiama@ (maintainer timeout, >14 days) |
1.7001 01 Nov 2013 14:21:34 |
kuriyama |
- Upgrade to 1.7001. |
1.6940 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.6940 10 Aug 2013 11:53:31 |
kuriyama |
- Upgrade to 1.6940. |
1.6915 21 May 2013 12:03:04 |
kuriyama |
- Upgrade to 1.6915. |
1.6002 01 Mar 2013 07:04:28 |
kuriyama |
- Upgrade to 1.6002. |
1.5021 04 Feb 2013 11:34:00 |
kuriyama |
- Upgrade to 1.5021. |
1.5019 17 Jan 2013 22:38:59 |
kuriyama |
- Upgrade to 1.5019. |
1.5018 19 Oct 2012 15:45:58 |
kuriyama |
- Upgrade to 1.5018.
Feature safe: yes |
1.5017 25 Jul 2012 06:32:08 |
cs |
Fix typos in COMMENT |
1.5017 22 Jul 2012 10:55:01 |
kuriyama |
- Upgrade to 1.5017. |
1.5013 26 May 2012 13:10:35 |
kuriyama |
- Upgrade to 1.5013. |
1.5007 31 Dec 2011 11:36:08 |
kuriyama |
- Upgrade to 1.5007. |
1.5006 04 Dec 2011 11:39:28 |
kuriyama |
- Upgrade to 1.5006.
Feature safe: yes |
1.5004 21 Nov 2011 23:15:21 |
kuriyama |
- Upgrade to 1.5004.
Feature safe: yes |
1.5003 22 Oct 2011 16:03:53 |
kuriyama |
- Upgrade to 1.5003. |
1.5001 14 Oct 2011 12:52:39 |
kuriyama |
- Upgrade to 1.5001. |
1.4008 05 Jul 2011 11:46:46 |
kuriyama |
- Upgrade to 1.4008. |
1.4007 19 May 2011 11:49:57 |
kuriyama |
- Upgrade to 1.4007. |
1.4004 27 Mar 2011 09:15:51 |
kuriyama |
- Upgrade to 1.4004. |
1.2001 25 Feb 2011 03:40:43 |
kuriyama |
- Upgrade to 1.2001. |
1.1006 25 Dec 2010 12:06:51 |
kuriyama |
- Upgrade to 1.1006. |
1.1004 02 Dec 2010 05:45:30 |
kuriyama |
- Upgrade to 1.1004. |
1.1003 28 Nov 2010 13:51:38 |
kuriyama |
- Upgrade to 1.1003. |
1.1002 20 Nov 2010 06:15:11 |
kuriyama |
- Upgrade to 1.1002. |
1.0015 09 Oct 2010 11:46:52 |
kuriyama |
- Upgrade to 1.0015. |
1.0012 04 Sep 2010 05:59:12 |
kuriyama |
- Upgrade to 1.0012. |
1.0010 01 Aug 2010 11:46:42 |
kuriyama |
- Upgrade to 1.0010. |
1.0006 19 Jul 2010 14:26:54 |
kuriyama |
- Upgrade to 1.0006. |
1.0004 16 May 2010 11:21:56 |
kuriyama |
- Upgrade to 1.0004. |
1.0001 01 May 2010 15:16:27 |
kuriyama |
- Upgrade to 1.0001. |
0.9935 16 Apr 2010 02:34:01 |
kuriyama |
- Upgrade to 0.9935. |
0.9932 06 Apr 2010 14:02:34 |
kuriyama |
Get, unpack, build and install modules from CPAN.
WWW: http://search.cpan.org/dist/App-cpanminus/ |