1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

Update to 0.10. Møøse.

This commit is contained in:
Lars Balker Rasmussen 2006-07-07 06:24:24 +00:00
parent abb7df949c
commit b5ac4f68aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167115
3 changed files with 12 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Moose
PORTVERSION= 0.05
PORTVERSION= 0.10
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/S/ST/STEVAN
@ -16,14 +16,16 @@ MAINTAINER= lbr@FreeBSD.org
COMMENT= "Moose, it's the new Camel"
BUILD_DEPENDS= ${RUN_DEPENDS} \
p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception
p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString
RUN_DEPENDS= \
p5-Scalar-List-Utils>=1.18:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-Class-MOP>=0.26:${PORTSDIR}/devel/p5-Class-MOP \
p5-Class-MOP>=0.30:${PORTSDIR}/devel/p5-Class-MOP \
p5-Sub-Name>=0.02:${PORTSDIR}/devel/p5-Sub-Name \
p5-UNIVERSAL-require>=0.10:${PORTSDIR}/devel/p5-UNIVERSAL-require \
p5-Sub-Exporter>=0.93:${PORTSDIR}/devel/p5-Sub-Exporter
p5-Sub-Exporter>=0.954:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-Sub-Install>=0.92:${PORTSDIR}/devel/p5-Sub-Install
PERL_MODBUILD= yes
@ -37,6 +39,7 @@ MAN3= Moose.3 \
Moose::Cookbook::Recipe6.3 \
Moose::Meta::Attribute.3 \
Moose::Meta::Class.3 \
Moose::Meta::Instance.3 \
Moose::Meta::Role.3 \
Moose::Meta::TypeCoercion.3 \
Moose::Meta::TypeConstraint.3 \

View File

@ -1,3 +1,3 @@
MD5 (Moose-0.05.tar.gz) = fedd91ed085904360cb82875a3001fab
SHA256 (Moose-0.05.tar.gz) = 57185445324442c339098b7076effc9999e1c4ea3142cfb940b4ff49ebbc9a8f
SIZE (Moose-0.05.tar.gz) = 49237
MD5 (Moose-0.10.tar.gz) = 60171cb7d8e33f6534d6808d8d180e7c
SHA256 (Moose-0.10.tar.gz) = 7b6f87839eb96bfaf9da346c642f76997320d27ac83db229d9ed24f5f63619da
SIZE (Moose-0.10.tar.gz) = 72936

View File

@ -8,6 +8,7 @@
%%SITE_PERL%%/Moose/Cookbook/Recipe6.pod
%%SITE_PERL%%/Moose/Meta/Attribute.pm
%%SITE_PERL%%/Moose/Meta/Class.pm
%%SITE_PERL%%/Moose/Meta/Instance.pm
%%SITE_PERL%%/Moose/Meta/Role.pm
%%SITE_PERL%%/Moose/Meta/TypeCoercion.pm
%%SITE_PERL%%/Moose/Meta/TypeConstraint.pm