d9c7ef1844
0.280205 - 2011-12-20 (Perl v5.15.6) Fixed: - Fixed bug picking up ccflags from Config 0.280204 - 2011-06-20 (Perl v5.15.0) Minor: - Quotation style cleanup 0.280203 - 2011-05-14 (Perl v5.14.0) Fixed: - Appends CFLAGS and LDFLAGS environments instead of overriding - Reset ccflags on compilation for VMS. Changed: - Refactored OS name mapping to use Perl::OSType
20 lines
598 B
Makefile
20 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.19 2012/03/11 04:27:23 markd Exp $
|
|
|
|
DISTNAME= ExtUtils-CBuilder-0.280205
|
|
PKGNAME= p5-ExtUtils-CBuilder-0.28.02.05
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/ExtUtils/CBuilder/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|