aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTTP-Tiny/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-HTTP-Tiny/Makefile')
-rw-r--r--www/p5-HTTP-Tiny/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-HTTP-Tiny/Makefile b/www/p5-HTTP-Tiny/Makefile
index 6952be81aa64..a5e3d518c1ba 100644
--- a/www/p5-HTTP-Tiny/Makefile
+++ b/www/p5-HTTP-Tiny/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= HTTP-Tiny
-PORTVERSION= 0.018
+PORTVERSION= 0.020
CATEGORIES= www perl5
MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
@@ -23,9 +24,9 @@ MAN3= HTTP::Tiny.3
.include <bsd.port.options.mk>
.if !defined(WITHOUT_HTTPS)
-BUILD_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
+BUILD_DEPENDS+= p5-IO-Socket-SSL>=1.56:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA
-RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
+RUN_DEPENDS+= p5-IO-Socket-SSL>=1.56:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA
.endif