062c22ac17
Upstream changes:
1.08 2013-04-24 16:20:53
[FEATURES]
- Support PUREPERL_ONLY
See the Lancaster Consensus:
219db464af/lancaster-consensus.md (specifying-pure-perl-builds)
1.07 2013-04-24 08:47:17
[BUG FIXES]
- Make trigger pass in the old value for Moose compatibility
(PR#6 by schwern)
[TEST FIXES]
- Get perlcritic tests working for PC 1.118 (PR#6 by schwern)
1.06 2013-04-09 23:40:02
[TEST FIXES]
- Resolve RT#84518 caused by hash randomization
1.05 2013-02-08 00:32:33
[BUG FIXES]
- Fix a memory leak introduced by v1.04 (creaktive & aiyumi, pull-req #4)
24 lines
852 B
Makefile
24 lines
852 B
Makefile
# $NetBSD: Makefile,v 1.36 2013/04/24 14:47:10 wen Exp $
|
|
|
|
DISTNAME= Mouse-1.08
|
|
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+= p5-Devel-PPPort>=3.19:../../devel/p5-Devel-PPPort
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
PERL5_PACKLIST= auto/Mouse/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|