578ed3dffe
- Replaced the split_like_shell() method on Windows with a near-no-op, which is probably more correct and has the benefit of not messing up UNC paths. [John R. LoVerso, see http://rt.cpan.org/Ticket/Display.html?id=26545] - Fixed extra_compiler_flags on Windows, they were being ignored. [Robert May]
21 lines
577 B
Makefile
21 lines
577 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/04/16 08:58:53 wiz Exp $
|
|
|
|
DISTNAME= ExtUtils-CBuilder-0.22
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ecb
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-CBuilder/
|
|
COMMENT= Perl5 module for compiling and linking C code for Perl modules
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/ExtUtils/CBuilder/.packlist
|
|
|
|
REPLACE_PERL= bleadcheck.pl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|