diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-05 13:27:16 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-05 13:27:16 +0000 |
commit | ab785a8b37e9fbba7045f015feb6c5dc2f55efa0 (patch) | |
tree | 9a9a26e69b4ef05f3768d4b7ca2ea51b24d9ba28 /security | |
parent | Update to version 1.7.21 (diff) |
security/tls-check: more dependency fixes
Submitted by: Johan Hendriks <joh.hendriks@gmail.com>
Notes
Notes:
svn path=/head/; revision=412558
Diffstat (limited to 'security')
-rw-r--r-- | security/tls-check/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/tls-check/Makefile b/security/tls-check/Makefile index 3d1579dd34a0..13c9e0689bfb 100644 --- a/security/tls-check/Makefile +++ b/security/tls-check/Makefile @@ -4,7 +4,7 @@ PORTNAME= tls-check PORTVERSION= 1.0.2 DISTVERSIONPREFIX=v DISTVERSIONSUFFIX=-Release -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MAINTAINER= pi@FreeBSD.org @@ -12,7 +12,9 @@ COMMENT= Scan a list of domains for TLS-related compliance stats LICENSE= ART20 -MY_DEPENDS= p5-File-HomeDir>=1.00:devel/p5-File-HomeDir \ +MY_DEPENDS= p5-Class-CSV>=1.03:textproc/p5-Class-CSV \ + p5-File-HomeDir>=1.00:devel/p5-File-HomeDir \ + p5-File-ShareDir>=1.102:devel/p5-File-ShareDir \ p5-IO-All>=0.86:devel/p5-IO-All \ p5-IO-Socket-Timeout>=0.32:net/p5-IO-Socket-Timeout \ p5-IPC-Run>=0.94:devel/p5-IPC-Run \ @@ -25,7 +27,8 @@ MY_DEPENDS= p5-File-HomeDir>=1.00:devel/p5-File-HomeDir \ p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN \ p5-Parallel-ForkManager>=1.18:devel/p5-Parallel-ForkManager \ p5-PerlIO-via-Timeout>=0.32:devel/p5-PerlIO-via-Timeout \ - p5-Readonly>=2.01:devel/p5-Readonly + p5-Readonly>=2.01:devel/p5-Readonly \ + p5-Text-CSV_XS>=1.18:textproc/p5-Text-CSV_XS BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=1.120:devel/p5-Test-Deep \ |