pkgsrc/devel/p5-ExtUtils-CBuilder/Makefile

19 lines
523 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2007/11/29 17:31:11 wiz Exp $
DISTNAME= ExtUtils-CBuilder-0.21
PKGNAME= p5-${DISTNAME}
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
PERL5_PACKLIST= auto/ExtUtils/CBuilder/.packlist
2007-07-29 18:26:08 +02:00
REPLACE_PERL= bleadcheck.pl
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"