pkgsrc/devel/p5-MooseX-Aliases/Makefile
hiramatsu ebfe06f4ca Import MooseX::Aliases into devel/p5-MooseX-Aliases, which is required
to update www/p5-HTML-FormFu.

The MooseX::Aliases module will allow you to quickly alias methods in
Moose. It provides an alias parameter for has() to generate aliased
accessors as well as the standard ones. Attributes can also be
initialized in the constructor via their aliased names.
2011-11-16 06:26:31 +00:00

22 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/11/16 06:26:31 hiramatsu Exp $
#
DISTNAME= MooseX-Aliases-0.10
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-Aliases/
COMMENT= Easy aliasing of methods and attributes in Moose
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Moose>=1.09:../../devel/p5-Moose
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/Aliases/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"