freebsd-ports/devel/p5-ExtUtils-CChecker/pkg-descr
Andrej Zverev 85b13ac345 Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.

Sponsored by:	p5 namespace
2011-02-12 09:30:23 +00:00

10 lines
515 B
Text

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/dist/ExtUtils-CChecker/