f5d0c6090e
Change from previous: 0.09 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.
23 lines
717 B
Makefile
23 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.7 2011/10/28 01:13:08 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-SemiAffordanceAccessor-0.09
|
|
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-SemiAffordanceAccessor/
|
|
COMMENT= Perl 5 module to name your accessors foo() and set_foo()
|
|
LICENSE= artistic-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/SemiAffordanceAccessor/.packlist
|
|
|
|
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
DEPENDS+= p5-Moose>=0.94:../../devel/p5-Moose
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|