openbsd-ports/devel/p5-ExtUtils-CChecker/Makefile
jasper 3fe3ec6508 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@
2011-05-06 08:53:46 +00:00

20 lines
407 B
Makefile

# $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>