Port details |
- p5-Module-Build-Convert Makefile.PL to Build.PL converter
- 0.49_3 devel
=0 0.49_3Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2006-04-27 01:16:42
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: not specified in port
- Description:
- Module::Build::Convert - Makefile.PL to Build.PL converter
ExtUtils::MakeMaker has been a de-facto standard for the common
distribution of Perl modules; Module::Build is expected to supersede
ExtUtils::MakeMaker in some time (part of the Perl core as of 5.10?)
The transition takes place slowly, as the converting process manually
achieved is yet an uncommon practice. The Module::Build::Convert
Makefile.PL parser is intended to ease the transition process.
WWW: https://metacpan.org/release/Module-Build-Convert
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Module-Build-Convert>0:devel/p5-Module-Build-Convert
- To install the port:
- cd /usr/ports/devel/p5-Module-Build-Convert/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Module-Build-Convert
- pkg install p5-Module-Build-Convert
- PKGNAME: p5-Module-Build-Convert
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Module-Build-Convert-0.49.tar.gz) = 28cb3b3ef1eb1bbd7c03475cbbc831dd4194f2a04f9ab6fa814d1ed0ae0c12bf
SIZE (Module-Build-Convert-0.49.tar.gz) = 23075
- 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-File-HomeDir>=0 : devel/p5-File-HomeDir
- p5-File-Slurp>=0 : devel/p5-File-Slurp
- p5-IO-Prompt>=0 : devel/p5-IO-Prompt
- p5-PPI>=0 : textproc/p5-PPI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-File-HomeDir>=0 : devel/p5-File-HomeDir
- p5-File-Slurp>=0 : devel/p5-File-Slurp
- p5-IO-Prompt>=0 : devel/p5-IO-Prompt
- p5-PPI>=0 : textproc/p5-PPI
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-Module-Build-Convert
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.49_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.49_3
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
0.49_3
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
31 Jan 2017 16:21:46
0.49_3
|
mat  |
Bump PORTREVISION for ports affected by the fix the last commit.
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight |
01 Apr 2016 14:00:57
0.49_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
14 Sep 2015 12:19:50
0.49_2
|
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 |
26 Nov 2014 13:08:38
0.49_2
|
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 ) |
27 Oct 2014 10:55:59
0.49_1
|
bapt  |
Cleanup plist |
30 Oct 2013 14:44:54
0.49_1
|
vanilla  |
support STAGEDIR. |
20 Sep 2013 17:13:47
0.49_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02 Aug 2013 18:52:11
0.49_1
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
01 May 2012 01:47:10
0.49_1
|
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
05 Mar 2012 03:54:20
0.49_1
|
swills  |
- Add missing DEPENDS
- Move some test only DEPENDS to TEST_DEPENDS
- Sort DEPENDS
PR: ports/165237
Approved by: maintainer timeout (clsung, > 2 weeks) |
03 Jul 2011 14:59:23
0.49
|
ohauer  |
-remove MD5 |
16 Aug 2007 01:50:37
0.49
|
clsung  |
- Update to 0.49 |
01 May 2007 07:37:30
0.48
|
clsung  |
- remove ".if ${PERL_LEVEL} < 500600..." stuff |
25 Mar 2007 10:40:00
0.48
|
clsung  |
- Update to 0.48 |
24 Jan 2007 01:47:14
0.47
|
clsung  |
- Update to 0.47 |
19 Jan 2007 10:57:29
0.45
|
clsung  |
- Update to 0.45 |
19 Nov 2006 15:33:49
0.44
|
clsung  |
- Update to 0.44 |
13 Nov 2006 03:06:48
0.43
|
clsung  |
- Update to 0.43 |
31 Oct 2006 07:45:05
0.42
|
clsung  |
- Update to 0.42
PR: ports/104522
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> |
27 Sep 2006 15:15:49
0.38
|
clsung  |
- Update to 0.38 |
27 Sep 2006 01:49:47
0.37
|
clsung  |
- Update to 0.37 |
26 Sep 2006 15:01:28
0.35
|
clsung  |
- Update to 0.35 |
25 Sep 2006 00:55:52
0.34
|
clsung  |
- Update to 0.34
PR: ports/103576
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
23 Sep 2006 05:41:41
0.33
|
clsung  |
- Update to 0.33
PR: ports/103503
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
22 Sep 2006 01:30:41
0.32
|
clsung  |
- Update to 0.32
- Reduce some dependencies already in Perl 5.6
PR: ports/103465
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
25 Jun 2006 15:00:57
0.30
|
clsung  |
- Update to 0.30
PR: ports/99170
Submitted by: aaron |
04 May 2006 23:02:29
0.29
|
clsung  |
- update to 0.29 |
28 Apr 2006 06:20:28
0.28
|
clsung  |
- fix dependency
Noted by: krismail@ |
27 Apr 2006 15:27:23
0.28
|
clsung  |
- fix {BUILD|RUN}_DEPENDS error. |
27 Apr 2006 01:14:28
0.28
|
clsung  |
- a perl module that is able to convert Makefile.PL to Build.PL |