Upstream changes: 0.22 Tue Apr 21 03:26:43 2009 * Regenerate broken signature (Sartak) rerpoted by Michael Gray [rt.cpan.org #45167] * does_role now checks parent classes (tokuhirom) * Fix for $_ not being available type constraint messages (Sartak)
28 lines
914 B
Makefile
28 lines
914 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/04/23 20:09:40 seb Exp $
|
|
|
|
DISTNAME= Mouse-0.22
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SA/SARTAK/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Mouse/
|
|
COMMENT= Perl module implementing an extension of the perl object system
|
|
LICENSE= artistic-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
DEPENDS+= p5-Class-Method-Modifiers>=1.01:../../devel/p5-Class-Method-Modifiers
|
|
DEPENDS+= p5-MRO-Compat>=0:../../devel/p5-MRO-Compat
|
|
DEPENDS+= p5-Sub-Exporter>=0:../../devel/p5-Sub-Exporter
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-Test-Output>=0:../../devel/p5-Test-Output
|
|
#BUILD_DEPENDS+= p5-Moose>=0.68:../../devel/p5-Moose
|
|
|
|
PERL5_PACKLIST= auto/Mouse/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|