import ExtUtils-CChecker 0.06

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.

needed for upcoming p5-POE update
from wen heping with tweaks by me

ok sthen@
This commit is contained in:
jasper 2011-05-06 08:53:46 +00:00
parent bc1f73f4e5
commit 3fe3ec6508
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/06 08:53:46 jasper Exp $
COMMENT = configure-time utilities for using C headers, etc.
MODULES = cpan
DISTNAME = ExtUtils-CChecker-0.06
CATEGORIES = devel
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = modbuild
REGRESS_DEPENDS = devel/p5-Test-Exception
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (ExtUtils-CChecker-0.06.tar.gz) = GNChpQr9WoGFwDy+2QmOTg==
RMD160 (ExtUtils-CChecker-0.06.tar.gz) = TxYPV9Afu5b6+9/PA9QM+jgcc0w=
SHA1 (ExtUtils-CChecker-0.06.tar.gz) = iHfdCdfP9kDSzWGxbq8eOX57yj8=
SHA256 (ExtUtils-CChecker-0.06.tar.gz) = Q6hp7sYKGLHgQ0h8SGREfo5OcnXCyIDNV91wNBkLSB0=
SIZE (ExtUtils-CChecker-0.06.tar.gz) = 19557

View File

@ -0,0 +1,8 @@
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.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/05/06 08:53:46 jasper Exp $
${P5SITE}/ExtUtils/
${P5SITE}/ExtUtils/CChecker.pm
@man man/man3p/ExtUtils::CChecker.3p