ff42a21a6c
appropriate compilers and linkers in a cross-platform manner. It was motivated by the Module::Build project, but may be useful for other purposes as well. However, it is not intended as a general cross-platform interface to all your C building needs. That would have been a much more ambitious goal!
17 lines
491 B
Makefile
17 lines
491 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/12/28 21:49:36 kuli0020 Exp $
|
|
|
|
DISTNAME= ExtUtils-CBuilder-0.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
|
|
|
MAINTAINER= kuli0020@umn.edu
|
|
COMMENT= Compile and link C code for Perl modules
|
|
|
|
BUILD_DEPENDS+= p5-PathTools>=0:../../wip/p5-PathTools
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/ExtUtils/CBuilder/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|