Up to 0.13
Remove test depends
This commit is contained in:
parent
035876c700
commit
2d7d483f88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174236
3 changed files with 13 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Moose
|
||||
PORTVERSION= 0.12
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/S/ST/STEVAN
|
||||
|
@ -15,15 +15,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= lbr@FreeBSD.org
|
||||
COMMENT= A complete modern object system for Perl 5
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
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
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Scalar-List-Utils>=1.18:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
p5-Class-MOP>=0.34:${PORTSDIR}/devel/p5-Class-MOP \
|
||||
p5-Class-MOP>=0.35:${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.954:${PORTSDIR}/devel/p5-Sub-Exporter \
|
||||
p5-Sub-Install>=0.92:${PORTSDIR}/devel/p5-Sub-Install
|
||||
|
||||
|
@ -31,12 +26,14 @@ PERL_MODBUILD= yes
|
|||
|
||||
MAN3= Moose.3 \
|
||||
Moose::Cookbook.3 \
|
||||
Moose::Cookbook::FAQ.3 \
|
||||
Moose::Cookbook::Recipe1.3 \
|
||||
Moose::Cookbook::Recipe2.3 \
|
||||
Moose::Cookbook::Recipe3.3 \
|
||||
Moose::Cookbook::Recipe4.3 \
|
||||
Moose::Cookbook::Recipe5.3 \
|
||||
Moose::Cookbook::Recipe6.3 \
|
||||
Moose::Cookbook::WTF.3 \
|
||||
Moose::Meta::Attribute.3 \
|
||||
Moose::Meta::Class.3 \
|
||||
Moose::Meta::Instance.3 \
|
||||
|
@ -47,6 +44,9 @@ MAN3= Moose.3 \
|
|||
Moose::Role.3 \
|
||||
Moose::Util::TypeConstraints.3
|
||||
|
||||
post-extract:
|
||||
@${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Build.PL
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Moose-0.12.tar.gz) = 2357e2a18025f62d9068766298e7bbc6
|
||||
SHA256 (Moose-0.12.tar.gz) = 5bd81ee13f3afe614ed8382f2cdd2282d6f6c80c195b69ba5fb9f8278659a186
|
||||
SIZE (Moose-0.12.tar.gz) = 76709
|
||||
MD5 (Moose-0.13.tar.gz) = f3f4edbf510006ea7cc9cb3092eb4883
|
||||
SHA256 (Moose-0.13.tar.gz) = 2055eb9692f68901b0d85ebf067310c4cf4e1bda8ea4283bf37e4d04faabd69d
|
||||
SIZE (Moose-0.13.tar.gz) = 84796
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
%%SITE_PERL%%/Moose.pm
|
||||
%%SITE_PERL%%/Moose/Cookbook.pod
|
||||
%%SITE_PERL%%/Moose/Cookbook/FAQ.pod
|
||||
%%SITE_PERL%%/Moose/Cookbook/Recipe1.pod
|
||||
%%SITE_PERL%%/Moose/Cookbook/Recipe2.pod
|
||||
%%SITE_PERL%%/Moose/Cookbook/Recipe3.pod
|
||||
%%SITE_PERL%%/Moose/Cookbook/Recipe4.pod
|
||||
%%SITE_PERL%%/Moose/Cookbook/Recipe5.pod
|
||||
%%SITE_PERL%%/Moose/Cookbook/Recipe6.pod
|
||||
%%SITE_PERL%%/Moose/Cookbook/WTF.pod
|
||||
%%SITE_PERL%%/Moose/Meta/Attribute.pm
|
||||
%%SITE_PERL%%/Moose/Meta/Class.pm
|
||||
%%SITE_PERL%%/Moose/Meta/Instance.pm
|
||||
|
|
Loading…
Reference in a new issue