Date: Thu, 4 Mar 2010 17:05:48 +0000 (UTC) From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-ExtUtils-CChecker Makefile distinfo pkg-descr pkg-plist Message-ID: <201003041705.o24H5moH063042@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003041705.o24H5moH063042>