Importing package into devel/p5-MooseX-Role-WithOverloading containing
a Moose extension for roles which support overloading (perl5 module) in version 0.03: MooseX::Role::WithOverloading allows to write a Moose::Role which defines overloaded operators and allows those operator overloadings to be composed into the classes/roles/instances it's compiled to, while plain Moose::Roles would lose the overloading.
This commit is contained in:
parent
3e985cf889
commit
6de2e0d153
3 changed files with 35 additions and 0 deletions
4
devel/p5-MooseX-Role-WithOverloading/DESCR
Normal file
4
devel/p5-MooseX-Role-WithOverloading/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
MooseX::Role::WithOverloading allows to write a Moose::Role which defines
|
||||
overloaded operators and allows those operator overloadings to be composed
|
||||
into the classes/roles/instances it's compiled to, while plain Moose::Roles
|
||||
would lose the overloading.
|
26
devel/p5-MooseX-Role-WithOverloading/Makefile
Normal file
26
devel/p5-MooseX-Role-WithOverloading/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/11/21 13:55:04 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MooseX-Role-WithOverloading-0.03
|
||||
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-Role-WithOverloading/
|
||||
COMMENT= Moose extension for roles which support overloading
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose
|
||||
DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
|
||||
DEPENDS+= p5-aliased-[0-9]*:../../devel/p5-aliased
|
||||
DEPENDS+= p5-namespace-autoclean>=0.09:../../devel/p5-namespace-autoclean
|
||||
DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
||||
|
||||
USE_LANGUAGES= c
|
||||
PERL5_PACKLIST= auto/MooseX/Role/WithOverloading/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-MooseX-Role-WithOverloading/distinfo
Normal file
5
devel/p5-MooseX-Role-WithOverloading/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/11/21 13:55:04 sno Exp $
|
||||
|
||||
SHA1 (MooseX-Role-WithOverloading-0.03.tar.gz) = caf5ebf2fbc6456a015a9c1925253cf37bcf0100
|
||||
RMD160 (MooseX-Role-WithOverloading-0.03.tar.gz) = c62aa94920b427e7cda1f77eb9c2fa76762a5a2f
|
||||
Size (MooseX-Role-WithOverloading-0.03.tar.gz) = 12487 bytes
|
Loading…
Reference in a new issue