pkgsrc/devel/p5-MouseX-NativeTraits/Makefile
schmonz 181d164f9d Add p5-MouseX-NativeTraits.
While Mouse attributes provide a way to name your accessors, readers,
writers, clearers and predicates, MouseX::NativeTraits provides
commonly used attribute helper methods for more specific types of
data.

As seen in the "SYNOPSIS", you specify the data structure via the
traits parameter. These traits will be loaded automatically, so you
need not load MouseX::NativeTraits explicitly.

This extension is compatible with Moose native traits, although it
is not a part of Mouse core.
2013-04-12 14:37:02 +00:00

22 lines
673 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/04/12 14:37:02 schmonz Exp $
#
DISTNAME= MouseX-NativeTraits-1.09
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MouseX/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/MouseX-NativeTraits/
COMMENT= Extend your attribute interfaces for Mouse
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/MouseX/NativeTraits/.packlist
BUILD_DEPENDS+= p5-Any-Moose>=0.13:../../devel/p5-Any-Moose
BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
DEPENDS+= p5-Mouse>=0.82:../../devel/p5-Mouse
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"