7f31ed1548
MooX::HandlesVia is an extension of Moo's 'handles' attribute functionality. It provides a means of proxying functionality from an external class to the given attribute. This is most commonly used as a way to emulate 'Native Trait' behavior that has become commonplace in Moose code, for which there was no Moo alternative.
23 lines
801 B
Makefile
23 lines
801 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/09/06 14:22:44 wiz Exp $
|
|
|
|
DISTNAME= MooX-HandlesVia-0.001005
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MATTP/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MooX-HandlesVia/
|
|
COMMENT= NativeTrait-like behavior for Moo
|
|
LICENSE= gnu-gpl-v1 OR artistic
|
|
|
|
DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
|
|
DEPENDS+= p5-Data-Perl-[0-9]*:../../devel/p5-Data-Perl
|
|
DEPENDS+= p5-MooX-Types-MooseLike-[0-9]*:../../devel/p5-MooX-Types-MooseLike
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Fatal
|
|
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
|
|
|
PERL5_PACKLIST= auto/MooX/HandlesVia/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|