aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Scalar-Does/Makefile11
-rw-r--r--devel/p5-Scalar-Does/distinfo4
2 files changed, 10 insertions, 5 deletions
diff --git a/devel/p5-Scalar-Does/Makefile b/devel/p5-Scalar-Does/Makefile
index ff14f612630e..f49eede1c28c 100644
--- a/devel/p5-Scalar-Does/Makefile
+++ b/devel/p5-Scalar-Does/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Scalar-Does
-PORTVERSION= 0.200
+PORTVERSION= 0.201
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,7 +13,8 @@ COMMENT= Like ref() but useful
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Type-Tiny>=0.004:${PORTSDIR}/devel/p5-Type-Tiny \
+BUILD_DEPENDS= p5-Exporter-Tiny>=0.026:${PORTSDIR}/devel/p5-Exporter-Tiny \
+ p5-Type-Tiny>=0.004:${PORTSDIR}/devel/p5-Type-Tiny \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-lexical-underscore>=0:${PORTSDIR}/devel/p5-lexical-underscore \
p5-namespace-clean>=0.19:${PORTSDIR}/devel/p5-namespace-clean
@@ -24,7 +25,7 @@ TEST_DEPENDS= p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny \
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
- p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
+ p5-Test-Requires>=0.06:${PORTSDIR}/devel/p5-Test-Requires
CONFLICTS_INSTALL= p5-IO-Detect-[0-9]*
@@ -33,6 +34,10 @@ USES= perl5
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
.if ${PERL_LEVEL} < 501601
BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.24:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.24:${PORTSDIR}/lang/p5-Scalar-List-Utils
diff --git a/devel/p5-Scalar-Does/distinfo b/devel/p5-Scalar-Does/distinfo
index 041e226aeb8f..c30a41b159bb 100644
--- a/devel/p5-Scalar-Does/distinfo
+++ b/devel/p5-Scalar-Does/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Scalar-Does-0.200.tar.gz) = 6ce433e14facfb9ee8a0607065cdc99040ca2efb4d9f91de53ab4d39ad96c991
-SIZE (Scalar-Does-0.200.tar.gz) = 66370
+SHA256 (Scalar-Does-0.201.tar.gz) = b524df1faa3f14dad617b77a208d32a04adafa8029bb25aeaee49f42c4543b92
+SIZE (Scalar-Does-0.201.tar.gz) = 34292