pkgsrc/devel/p5-MooseX-FollowPBP/Makefile
hiramatsu 53c6fa6f0c Update p5-MooseX-FollowPBP to 0.05.
Changes from previous:
0.05   2011-02-26

- In Moose 1.9900+, attributes from roles no longer acquire the consuming
  class's attribute traits. However, you can apply attribute traits like this
  one to attributes in roles, and that trait is preserved when the role is
  applied to a class.

  See the documentation for more details.
2011-11-12 02:55:08 +00:00

23 lines
664 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/11/12 02:55:08 hiramatsu Exp $
#
DISTNAME= MooseX-FollowPBP-0.05
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-FollowPBP/
COMMENT= Name your accessors get_foo() and set_foo()
LICENSE= artistic-2.0
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
DEPENDS+= p5-Moose>=0.94:../../devel/p5-Moose
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/FollowPBP/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"