mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 0.009010
ChangeLog: http://cpansearch.perl.org/src/MSTROUT/Moo-0.009010/Changes
This commit is contained in:
parent
6193b06f82
commit
a866fdf1f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279180
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Moo
|
||||
PORTVERSION= 0.009007
|
||||
PORTVERSION= 0.009010
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MSTROUT
|
||||
@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Minimalist Object Orientation (with Moose compatiblity)
|
||||
|
||||
RUN_DEPENDS= p5-strictures>=0:${PORTSDIR}/devel/p5-strictures \
|
||||
RUN_DEPENDS= p5-strictures>=1.001001:${PORTSDIR}/devel/p5-strictures \
|
||||
p5-Class-Method-Modifiers>=1.05:${PORTSDIR}/devel/p5-Class-Method-Modifiers
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
@ -23,6 +23,7 @@ PERL_CONFIGURE= yes
|
||||
MAN3= Moo.3 \
|
||||
Moo::Role.3 \
|
||||
Role::Tiny.3 \
|
||||
Role::Tiny::With.3 \
|
||||
Sub::Defer.3 \
|
||||
Sub::Quote.3
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Moo-0.009007.tar.gz) = f395f99490b75bcb1ed8417745ce596c6c592492b76a0713946972073e70d458
|
||||
SIZE (Moo-0.009007.tar.gz) = 25227
|
||||
SHA256 (Moo-0.009010.tar.gz) = e82b633278f618882ec4b9c16052642c09500d973d081e1c873b1f705fef2175
|
||||
SIZE (Moo-0.009010.tar.gz) = 29006
|
||||
|
@ -5,6 +5,7 @@
|
||||
%%SITE_PERL%%/Moo/_mro.pm
|
||||
%%SITE_PERL%%/Moo/Object.pm
|
||||
%%SITE_PERL%%/Role/Tiny.pm
|
||||
%%SITE_PERL%%/Role/Tiny/With.pm
|
||||
%%SITE_PERL%%/Sub/Defer.pm
|
||||
%%SITE_PERL%%/Sub/Quote.pm
|
||||
%%SITE_PERL%%/Method/Inliner.pm
|
||||
@ -14,6 +15,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Moo/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Moo
|
||||
@dirrm %%SITE_PERL%%/Moo
|
||||
@dirrmtry %%SITE_PERL%%/Role/Tiny
|
||||
@dirrmtry %%SITE_PERL%%/Role
|
||||
@dirrmtry %%SITE_PERL%%/Sub
|
||||
@dirrmtry %%SITE_PERL%%/Method/Generate
|
||||
|
Loading…
Reference in New Issue
Block a user