pkgsrc/devel/p5-ExtUtils-CBuilder/Makefile
mef e4360dd95b Update 0.28.02.22 to 0.28.02.23
--------------------------------
0.280223 - 2015-06-02
  Fixed:
  - Impose deterministic order on cpp-definition options.
    Heretofore, ExtUtils::CBuilder put cpp-definition options
    into the cc command line in non-deterministic order. This
    produced noise when diffing build logs.
    Make this order deterministic.  (RT #124106)
  Added:
  - Add tests for ascii-betical order in t/04-base.t.
2015-08-22 23:18:49 +00:00

17 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.29 2015/08/22 23:18:49 mef Exp $
DISTNAME= ExtUtils-CBuilder-0.280223
PKGNAME= p5-ExtUtils-CBuilder-0.28.02.23
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"