cvs commit: ports/devel Makefile ports/devel/p5-ExtUtils-CChecker Makefile distinfo pkg-descr pkg-plist

Ion-Mihai Tetcu itetcu at FreeBSD.org
Thu Mar 4 17:05:49 UTC 2010


itetcu      2010-03-04 17:05:48 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-ExtUtils-CChecker Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  Often Perl modules are written to wrap functionallity found in existing
  C headers, libraries, or to use OS-specific features. It is useful in
  the Build.PL or Makefile.PL file to check for the existance of these
  requirements before attempting to actually build the module.
  
  Objects in this class provide an extension around ExtUtils::CBuilder to
  simplify the creation of a .c file, compiling, linking and running it,
  to test if a certain feature is present.
  
  WWW: http://search.cpan.org/~pevans/ExtUtils-CChecker-0.02/
  
  PR:             ports/144196
  Submitted by:   Sahil Tandon <sahil at tandon.net>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.3827    +1 -0      ports/devel/Makefile
  1.1       +30 -0     ports/devel/p5-ExtUtils-CChecker/Makefile (new)
  1.1       +3 -0      ports/devel/p5-ExtUtils-CChecker/distinfo (new)
  1.1       +10 -0     ports/devel/p5-ExtUtils-CChecker/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-ExtUtils-CChecker/pkg-plist (new)


More information about the cvs-all mailing list