pkgsrc/devel/p5-ExtUtils-CBuilder/Makefile
seb 83ec3d40d1 Initial addition of p5-ExtUtils-CBuilder version 0.18 into the NetBSD packages
Collection.

This Perl 5 module can build the C portions of Perl modules by
invoking the appropriate compilers and linkers in a cross-platform
manner.  It was motivated by the "Module::Build" project, but may
be useful for other purposes as well.  However, it is not intended
as a general cross-platform interface to all your C building
needs.
2006-05-15 14:56:51 +00:00

16 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/05/15 14:56:51 seb Exp $
DISTNAME= ExtUtils-CBuilder-0.18
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
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"