pkgsrc/devel/p5-ExtUtils-CBuilder/Makefile
seb 91e14e5850 Update p5-ExtUtils-CBuilder from version 0.27.02 (upstream version 0.2702)
to version 0.27.03 (upstream version 0.2703).

Upstream changes:
0.2703 - Tue Mar 16 17:10:55 EDT 2010

 Bugs fixed:
 - fixed tests for Windows and MSVC [Jan Dubois]
2010-04-25 11:18:38 +00:00

20 lines
591 B
Makefile

# $NetBSD: Makefile,v 1.16 2010/04/25 11:18:38 seb Exp $
DISTNAME= ExtUtils-CBuilder-0.2703
PKGNAME= p5-ExtUtils-CBuilder-0.27.03
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"