f37fc42f04
------------------- 0.14 2014-08-04T09:48:00Z - Skip broken test. 0.13 2014-08-02T20:31:27Z - Fixed C++11 support(Detecting compiler support) 0.12 2014-08-02T13:57:10Z - Add C++11 support 0.11_01 2014-06-14T14:36:33Z - Add diag message for test 0.10 2014-05-02T21:04:33Z - Add build test 0.09 2014-05-01T01:55:51Z - Remove broken test 0.08 2014-04-30T10:08:48Z - Fixed broken test 0.07 2014-04-28T15:10:06Z - Fixed issue #4
20 lines
601 B
Makefile
20 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/02/12 06:32:50 mef Exp $
|
|
#
|
|
|
|
DISTNAME= Module-Build-XSUtil-0.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Module-Build-XSUtil
|
|
COMMENT= Module::Build class for building XS modules
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS= p5-Devel-CheckCompiler>=0.02:../../devel/p5-Devel-CheckCompiler
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Module/Build/XSUtil/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|