2819b3ba88
Upstream changes: 0.20 Thu June 25, 2009 - MXAH is moving into core. This module will be deprecated when that finally happens. - Remove register_implementation methods from the traits because we don't want to conflict with cored AttributeHelpers. You'll need to specify the full package name for traits -- MooseX::AttributeHelpers::Trait::Counter instead of Counter - New provided method for hashs: elements (Returns the key, value pairs in the hash as a flattened list) (plu)
25 lines
731 B
Makefile
25 lines
731 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/07/07 21:04:23 sno Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-AttributeHelpers-0.20
|
|
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-AttributeHelpers/
|
|
COMMENT= Perl 5 module providing extensions to Moose attributes interface
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
|
|
DEPENDS+= p5-Moose>=0.56:../../devel/p5-Moose
|
|
|
|
PERL5_PACKLIST= auto/MooseX/AttributeHelpers/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|