diff options
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 8 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/distinfo | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index 3153d82bcc3c..ba7f41f9c495 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= IO-Socket-SSL -PORTVERSION= 1.18 +PORTVERSION= 1.19 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,6 +21,8 @@ PERL_CONFIGURE= yes MAN3= IO::Socket::SSL.3 +OPTIONS= IDN "International Domain Names (IDN) support" off + .if !defined(NOPORTEXAMPLES) PORTEXAMPLES= * post-install: @@ -34,4 +36,8 @@ post-install: RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif +.if defined(WITH_IDN) +RUN_DEPENDS+= p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN +.endif + .include <bsd.port.post.mk> diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index ac330a15e644..d36812ba57bd 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,3 +1,3 @@ -MD5 (IO-Socket-SSL-1.18.tar.gz) = 2b278fb8784e0ba2d6d779ef7ef5f582 -SHA256 (IO-Socket-SSL-1.18.tar.gz) = 7c47b49fcdac8e2b204a9d62183ea05aae5afd6e42d10fc64ef931feb0518280 -SIZE (IO-Socket-SSL-1.18.tar.gz) = 63138 +MD5 (IO-Socket-SSL-1.19.tar.gz) = 4fe53e24fb00eefc7a3a181124675cee +SHA256 (IO-Socket-SSL-1.19.tar.gz) = 1607b66d2059bacad5033d337272e564bf70c64e2680f55e28437c449271f620 +SIZE (IO-Socket-SSL-1.19.tar.gz) = 63168 |