c8c0 FreshPorts -- devel/p5-ExtUtils-MakeMaker
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-ExtUtils-MakeMaker 6.66 devel on this many watch lists=14 search for ports that depend on this port
Designed to write a Makefile for an extension module
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 20 Apr 2004 20:40:46
Also Listed In: perl5
License: not specified in port


This utility is designed to write a Makefile for an extension module from a 
Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty 
and the perl5-porters.

It splits the task of generating the Makefile into several subroutines that 
can be individually overridden. Each subroutine returns the text it wishes to 
have written to the Makefile.

MakeMaker is object oriented. Each directory below the current directory that
contains a Makefile.PL is treated as a separate object. This makes it possible
to write an unlimited number of Makefiles with a single invocation of 
WriteMakefile().

WWW: http://search.cpan.org/dist/ExtUtils-MakeMaker/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-CPAN-Meta
  2. lang/perl5.14
Required To Run:
  1. devel/p5-CPAN-Meta
  2. lang/perl5.14

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/p5-ExtUtils-MakeMaker/ && make install clean
To add the package: pkg_add -r p5-ExtUtils-MakeMaker


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/ExtUtils/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/ExtUtils/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/ExtUtils/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/ExtUtils/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/ExtUtils/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/ExtUtils/
  8. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/ExtUtils/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/ExtUtils/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/ExtUtils/
  11. http://at.cpan.org/modules/by-module/ExtUtils/
  12. http://backpan.perl.org/modules/by-module/ExtUtils/
  13. http://cpan.nctu.edu.tw/modules/by-module/ExtUtils/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/ExtUtils/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/ExtUtils/
  16. http://www.cpan.dk/modules/by-module/ExtUtils/
  17. http://www.cpan.dk/modules/by-module/ExtUtils/

Number of commits found: 34

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
20 Apr 2013 07:52:33
Original commit files touched by this commit  6.66
sunpoet search for other commits by this committer
- Update to 6.66
- Add BUILD_DEPENDS
- Cleanup Makefile

Changes:	http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes
Feature safe:	yes
04 Jan 2013 09:08:34
Original commit files touched by this commit  6.64
jadawin search for other commits by this committer
- Update to 6.64
- Remove unnecessary BUILD_DEPENDS
- Fix typo in pkg-plist

PR:		ports/174809
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
17 Dec 2012 14:09:30
Original commit files touched by this commit  6.62
az search for other commits by this committer
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
07 Sep 2012 23:36:20
Original commit files touched by this commit  6.62
sunpoet search for other commits by this committer
- Fix *_DEPENDS: p5-CPAN-Meta >= 2.112150 is already in Perl 5.16.0+
13 Mar 2012 16:15:36
Original commit files touched by this commit  6.62
pgollucci search for other commits by this committer
- Revert ports/165605 as requested by portmgr@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
08 Mar 2012 18:45:38
Original commit files touched by this commit  6.62
pgollucci search for other commits by this committer
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
12 Dec 2011 16:25:42
Original commit files touched by this commit  6.62
sunpoet search for other commits by this committer
- Update to 6.62
- Remove CONFLICTS with devel/p5-ExtUtils-Install

Note that this port now depends on modules from Perl releases and ports tree
instead of its bundled ones.

Changes:        http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes
PR:             ports/160759
Submitted by:   Jase Thew <freebsd@beardz.net>
28 Jun 2011 18:30:48
Original commit files touched by this commit  6.56_1
sunpoet search for other commits by this committer
- Mark CONFLICTS with devel/p5-ExtUtils-Install
- Bump PORTREVISION for PLIST change
31 May 2011 01:37:28
Original commit files touched by this commit  6.56
sunpoet search for other commits by this committer
- Fix build with Perl 5.14
- While I'm here, sort MAN3

PR:             ports/157223
Submitted by:   Alexander <freebsd@nagilum.org>
17 May 2011 11:05:02
Original commit files touched by this commit  6.56
jadawin search for other commits by this committer
- Cleaning MD5 in perl@'s ports.

Approved by:    erwin@ (portmgr)
04 Jan 2010 07:04:30
Original commit files touched by this commit  6.56
leeym search for other commits by this committer
- update to 6.56
22 Jul 2009 16:27:08
Original commit files touched by this commit  6.54
pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
16 Jul 2009 08:24:07
Original commit files touched by this commit  6.54
tobez search for other commits by this committer
Update to 6.54.

Changes:        http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes
16 Jun 2009 06:22:21
Original commit files touched by this commit  6.52
pgollucci search for other commits by this committer
- Update to 6.52

6.52  Sat May 30 11:22:04 PDT 2009
    Docs
    * Documented CONFIGURE_REQUIRES (Alexandr Ciornii)
    * Modernized the docs for PREREQ_PM

6.51_04  Sun May 24 14:04:11 PDT 2009
    Other
    * All work on INSTALLHTML* has been reverted pending a fix for
      [rt.cpan.org 45600]
27 Mar 2009 15:03:36
Original commit files touched by this commit  6.50
skv search for other commits by this committer
Update to 6.50

Changes:       
http://cpansearch.perl.org/src/MSCHWERN/ExtUtils-MakeMaker-6.50/Changes
19 Jan 2009 15:20:30
Original commit files touched by this commit  6.48
skv search for other commits by this committer
Force install of included perl modules and manpages
(don't scan system for previously installed ones).
28 Oct 2008 16:48:58
Original commit files touched by this commit  6.48
erwin search for other commits by this committer
Update to 6.48
28 Sep 2008 22:49:47
Original commit files touched by this commit  6.46
leeym search for other commits by this committer
- update to 6.46
23 Jun 2008 05:25:40
Original commit files touched by this commit  6.44_1
leeym search for other commits by this committer
- fix plist
- bump PORTREVISION
12 Mar 2008 08:19:16
Original commit files touched by this commit  6.44
miwi search for other commits by this committer
- Update to 6.44
20 Dec 2007 09:50:54
Original commit files touched by this commit  6.42
gabor search for other commits by this committer
- Update to 6.42
04 Jul 2007 11:27:29
Original commit files touched by this commit  6.36
miwi search for other commits by this committer
-Update to 0.611
22 Feb 2007 09:23:48
Original commit files touched by this commit  6.32
clsung search for other commits by this committer
- Update to 6.32
02 Nov 2006 21:07:25
Original commit files touched by this commit  6.31
leeym search for other commits by this committer
- update to 6.31
22 Jan 2006 01:48:34
Original commit files touched by this commit  6.30_1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
14 Nov 2005 15:05:17
Original commit files touched by this commit  6.30_1
mat search for other commits by this committer
Take a perl@ hat and add SHA256 checksums
11 Jun 2005 16:13:12
Original commit files touched by this commit  6.30_1
skv search for other commits by this committer
* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
25 May 2005 09:39:27
Original commit files touched by this commit  6.30_1
tobez search for other commits by this committer
Update to 6.30.
31 Mar 2005 14:17:03
Original commit files touched by this commit  6.25_1
mat search for other commits by this committer
fix plist

Approved by:    portmgr (krion)
21 Jan 2005 09:19:28
Original commit files touched by this commit  6.25
tobez search for other commits by this committer
Update to 6.25, re-assign maintainer from ports to perl.
06 Dec 2004 09:31:43
Original commit files touched by this commit  6.24
clsung search for other commits by this committer
- update to 6.24
- since there's lots of changes, see
[http://search.cpan.org/src/MSCHWERN/ExtUtils-MakeMaker-6.24/Changes]
  for details
- mark IGNORE instead of BROKEN for PERLVER < 5.6.1
20 Aug 2004 19:21:07
Original commit files touched by this commit  6.21
linimon search for other commits by this committer
Maintainer does not have time to work on this port.  If anyone wants
to fix it, it's up for grabs.
30 May 2004 07:19:01
Original commit files touched by this commit  6.21
kris search for other commits by this committer
BROKEN for perl < 500600: Broken pkg-plist
20 Apr 2004 20:40:01
Original commit files touched by this commit  6.21
trevor search for other commits by this committer
new port:  the MakeMaker module generates a Makefile from a Makefile.PL

PR:             63254
Submitted by:   Michael Johnson

Number of commits found: 34

2879
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 2
new 48 hours6
new 7 days28
new fortnight62
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0