pkgsrc/devel/p5-ExtUtils-CBuilder/Makefile
wiz 7c6da4c5b5 p5-ExtUtils-CBuilder: update to 0.28.02.30.
0.280230 - 2017-11-22

  Fixed:

  - Updated Changes
  - Used OurPkgVersion instead of PkgVersion

0.280229 - 2017-10-13

  Fixed:

  - Remove dependency to 'vars' package.

0.280228 - 2017-07-20

  Fixed:

  - Fix link() on Windows, broken in version 0.280226.

0.280227 - 2017-07-19

  Fixed:

  - Restore compatibility of test suite to Perl 5.6.
2017-11-26 10:02:07 +00:00

17 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.36 2017/11/26 10:02:07 wiz Exp $
DISTNAME= ExtUtils-CBuilder-0.280230
PKGNAME= p5-${DISTNAME:C/0.([0-9][0-9])([0-9][0-9])([0-9][0-9])/0.\1.\2.\3/}
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 c++
PERL5_PACKLIST= auto/ExtUtils/CBuilder/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"