defd384b34
0.280212 - 2013-09-08 Fixed: - Reversion all modules. 0.280211 - 2013-09-08 Fixed: - Missing dependency Perl::OSType [Leon Timmermans] - Fixed repository location [Alberto Simões] 0.280210 - 2013-09-06 Fixed: - Update INSTALLDIRS to favor installation under 'site' (perl 116479) [James E Keenan] 0.280209 - 2012-10-20 (Perl v5.17.5) Fixed: - Allow options to be passed to prelink in Windows (perl #115100) [Eric Brine] 0.280208 - 2012-06-20 (Perl v5.17.1) Fixed: - Corrected location in which manifest file is looked for on Windows (RT#35943, perl #111798) [snaury@gmail.com] 0.280207 (Not released) Fixed: - Corrected test for existence of manifest file on Windows (perl #111782) [Steve Hay] 0.280206 - 2012-03-20 (Perl v5.15.9) Documented: - Added a SUPPORT section to indicate that upstream is Perl 5 core
18 lines
561 B
Makefile
18 lines
561 B
Makefile
# $NetBSD: Makefile,v 1.23 2013/12/02 12:42:56 wiz Exp $
|
|
|
|
DISTNAME= ExtUtils-CBuilder-0.280212
|
|
PKGNAME= p5-ExtUtils-CBuilder-0.28.02.12
|
|
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}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/ExtUtils/CBuilder/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|