02cf4e1248
- Updating package for p5 module MooseX::MethodAttributes from 0.09 to 0.11 - Adjusting dependencies Upstream changes: 0.11 Fri, 15 May 2009 18:02:27 +0200 * Depend on Moose 079 to prevent metaclass incompatibility failure. 0.10 Thu, 14 May 2009 00:08:30 +0100 * Stop non Moose classes which inherit MooseX::MethodAttributes::Inheritable and which define a sub meta from throwing an exception.
22 lines
716 B
Makefile
22 lines
716 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/05/17 19:46:45 sno Exp $
|
|
|
|
DISTNAME= MooseX-MethodAttributes-0.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MooseX-MethodAttributes/
|
|
COMMENT= Perl5 module for code attribute introspection
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
DEPENDS+= p5-Moose>=0.79:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-Types>=0.06:../../devel/p5-MooseX-Types
|
|
DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/MooseX/MethodAttributes/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|