pkgsrc/devel/p5-MooseX-ClassAttribute/Makefile
seb a027453c48 Update from version 0.06 to version 0.07.
Upstream changes:
0.07   2008-11-10
- Fixed a bug where class attributes did not honor the
  Class::MOP::Attribute properly, so things that used it directly
  failed. This bug could be tickled by using certain
  MooseX::AttributeHelpers attribute metaclasses with a class
  attribute. Fixed by Shawn Moore.
2008-11-12 22:09:34 +00:00

23 lines
697 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/11/12 22:09:34 seb Exp $
#
DISTNAME= MooseX-ClassAttribute-0.07
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-ClassAttribute/
COMMENT= Perl 5 module to declare class attributes Moose-style
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/ClassAttribute/.packlist
PERL5_MODULE_TYPE= Module::Build
DEPENDS+= p5-Moose>=0.57:../../devel/p5-Moose
DEPENDS+= p5-MooseX-AttributeHelpers>=0.13:../../devel/p5-MooseX-AttributeHelpers
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"