pkgsrc/devel/p5-ExtUtils-CBuilder/Makefile
sno 60b718ec14 Updating devel/p5-ExtUtils-CBuilder from 0.26.03 to 0.26.03.01
Upstream changes:
0.260301 - Sat Aug 29 11:04:41 EDT 2009
 Bugs fixed:
 - Fixed linking error on Win32 with gcc compiler (RT#49000)
   [kmx]
2009-09-12 19:43:50 +00:00

21 lines
631 B
Makefile

# $NetBSD: Makefile,v 1.12 2009/09/12 19:43:50 sno Exp $
DISTNAME= ExtUtils-CBuilder-0.260301
PKGNAME= p5-${DISTNAME:S/260301/26.03.01/}
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
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"