aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Time-Out/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Time-Out/Makefile')
-rw-r--r--devel/p5-Time-Out/Makefile16
1 files changed, 14 insertions, 2 deletions
diff --git a/devel/p5-Time-Out/Makefile b/devel/p5-Time-Out/Makefile
index 59599b971412..0ded21d099ec 100644
--- a/devel/p5-Time-Out/Makefile
+++ b/devel/p5-Time-Out/Makefile
@@ -1,6 +1,5 @@
PORTNAME= Time-Out
-PORTVERSION= 0.11
-PORTREVISION= 1
+PORTVERSION= 0.24
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -9,7 +8,20 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Easily timeout long running operations
WWW= https://metacpan.org/release/Time-Out
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= p5-App-cpanminus>=1.7046:devel/p5-App-cpanminus \
+ p5-ExtUtils-MakeMaker-CPANfile>=0.09:devel/p5-ExtUtils-MakeMaker-CPANfile \
+ ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Try-Tiny>=0:lang/p5-Try-Tiny
+TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \
+ p5-Test-Needs>=0:devel/p5-Test-Needs
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>