e1a9f872e2
Upstream changes: 0.2702 Mon Feb 22 15:10:52 EST 2010 Bugs fixed: - compile() changes in 0.2701 did not work on Windows. Now fixed.
20 lines
591 B
Makefile
20 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.15 2010/02/23 12:52:03 sno Exp $
|
|
|
|
DISTNAME= ExtUtils-CBuilder-0.2702
|
|
PKGNAME= p5-${DISTNAME:S/2702/27.02/}
|
|
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"
|