1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

In r380302, I stated that I was leaving the strictures dependency in because

it's so highly recommended by the authors.

On closer inspection, however, the usage of the strictures module must be
manually activated in the calling program, and is otherwise unused. Because
of this, it really doesn't make sense to have strictures be a hard dependency.

So, I'm removing the p5-strictures dependency and bumping PORTREVISION.
This commit is contained in:
Adam Weinberger 2015-03-03 16:48:11 +00:00
parent eb0ccffdaf
commit 5362b69a8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380385

View File

@ -3,6 +3,7 @@
PORTNAME= Moo
PORTVERSION= 2.000000
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HAARG
@ -17,8 +18,7 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-Method-Modifiers>=1.10:${PORTSDIR}/devel/p5-Class-Method-Modifiers \
p5-Devel-GlobalDestruction>=0.11:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \
p5-Module-Runtime>=0.014:${PORTSDIR}/devel/p5-Module-Runtime \
p5-Role-Tiny>=2:${PORTSDIR}/devel/p5-Role-Tiny \
p5-strictures>=2:${PORTSDIR}/devel/p5-strictures
p5-Role-Tiny>=2:${PORTSDIR}/devel/p5-Role-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal