mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 2.1.0
- Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Mouse/Changes
This commit is contained in:
parent
d506e6705c
commit
1682225f6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335052
3 changed files with 25 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Mouse
|
||||
PORTVERSION= 2.0.0
|
||||
PORTVERSION= 2.1.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
|
@ -15,11 +15,29 @@ COMMENT= Moose minus the antlers
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
TEST_DEPENDS= p5-Test-Exception-LessClever>=0.005:${PORTSDIR}/devel/p5-Test-Exception-LessClever \
|
||||
p5-Test-Requires>=0.06:${PORTSDIR}/devel/p5-Test-Requires
|
||||
BUILD_DEPENDS= p5-Module-Build-XSUtil>=0:${PORTSDIR}/devel/p5-Module-Build-XSUtil
|
||||
TEST_DEPENDS= p5-Declare-Constraints-Simple>=0:${PORTSDIR}/devel/p5-Declare-Constraints-Simple \
|
||||
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
|
||||
p5-Locale-US>=0:${PORTSDIR}/misc/p5-Locale-US \
|
||||
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
|
||||
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
|
||||
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
|
||||
p5-Test-Exception-LessClever>=0:${PORTSDIR}/devel/p5-Test-Exception-LessClever \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||
p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \
|
||||
p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
|
||||
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
|
||||
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501400
|
||||
BUILD_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Mouse-2.0.0.tar.gz) = cdf718f7a2f1b6691d21e2e04323b1f9052fc4fe1c2f910f17a5fc789c94f11d
|
||||
SIZE (Mouse-2.0.0.tar.gz) = 236454
|
||||
SHA256 (Mouse-2.1.0.tar.gz) = 0dd1a67fa9aef08fd83d66180581b58ab026169110568b873481443758dd5549
|
||||
SIZE (Mouse-2.1.0.tar.gz) = 219806
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/Squirrel.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Squirrel/Role.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Test/Mouse.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mouse/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mouse/Mouse.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mouse/Mouse.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/ouse.pm
|
||||
|
|
Loading…
Add table
Reference in a new issue