4769d3d120
Upstream changes: 2.2.0 2014-04-03T22:34:42Z - Fixed #16 - inconsistent coercion/validation of Bool type (tokuhirom) 2.1.1 2014-03-26T13:23:48Z - Fixed #18 (tokuhirom) 2.1.0 2013-11-26T13:15:54Z - Dropped 5.6.2 support - Migrated to Minilla
25 lines
935 B
Makefile
25 lines
935 B
Makefile
# $NetBSD: Makefile,v 1.43 2014/04/04 06:25:23 wen Exp $
|
|
|
|
DISTNAME= Mouse-2.2.0
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GF/GFUJI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Mouse/
|
|
COMMENT= Perl module implementing an extension of the perl object system
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-Test-Requires>=0.06:../../devel/p5-Test-Requires
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
BUILD_DEPENDS+= {perl>=5.14.1,p5-ExtUtils-ParseXS>=2.21}:../../devel/p5-ExtUtils-ParseXS
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Devel-PPPort>=3.19}:../../devel/p5-Devel-PPPort
|
|
BUILD_DEPENDS+= p5-Module-Build-XSUtil>=0:../../devel/p5-Module-Build-XSUtil
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
PERL5_PACKLIST= auto/Mouse/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|