aboutsummaryrefslogtreecommitdiff
path: root/security/tls-check
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-04-02 20:32:23 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-04-02 20:32:23 +0000
commit8fbe1271f4c956dad83c187bf831d88bfb17aec6 (patch)
tree36700100d5cd172dba16756dffdd413984a5ec90 /security/tls-check
parent804d50d3f9c4a94283e279fb8212a40182031213 (diff)
downloadports-8fbe1271f4c956dad83c187bf831d88bfb17aec6.tar.gz
ports-8fbe1271f4c956dad83c187bf831d88bfb17aec6.zip
security/tls-check: use modbuild, not configure
Submitted by: pi (maintainer)
Notes
Notes: svn path=/head/; revision=412433
Diffstat (limited to 'security/tls-check')
-rw-r--r--security/tls-check/Makefile4
-rw-r--r--security/tls-check/pkg-plist6
2 files changed, 8 insertions, 2 deletions
diff --git a/security/tls-check/Makefile b/security/tls-check/Makefile
index 2a80cf5ad081..41b4c7b48387 100644
--- a/security/tls-check/Makefile
+++ b/security/tls-check/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tls-check
PORTVERSION= 1.0.2
DISTVERSIONPREFIX=v
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= pi@FreeBSD.org
@@ -20,6 +21,7 @@ MY_DEPENDS= p5-MooseX-SimpleConfig>=0.11:devel/p5-MooseX-SimpleConfig \
p5-Test-Pod>=1.51:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.10:devel/p5-Test-Pod-Coverage \
p5-forks>=0.36:devel/p5-forks \
+ p5-Net-IDN-Encode>=2.300:textproc/p5-Net-IDN-Encode \
p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN \
p5-IO-Socket-Timeout>=0.32:net/p5-IO-Socket-Timeout \
p5-IO-All>=0.86:devel/p5-IO-All \
@@ -33,7 +35,7 @@ RUN_DEPENDS= ${MY_DEPENDS}
USES= perl5
USE_GITHUB= yes
-USE_PERL5= configure
+USE_PERL5= modbuild
GH_ACCOUNT= ${PORTNAME}
GH_PROJECT= TLS-Check
GH_TAGNAME= b7c2488
diff --git a/security/tls-check/pkg-plist b/security/tls-check/pkg-plist
index 808ab384f183..d7ba4ea8c2b4 100644
--- a/security/tls-check/pkg-plist
+++ b/security/tls-check/pkg-plist
@@ -2,6 +2,11 @@ bin/check_ciphers_single_domains.pl
bin/csv-result-to-summary.pl
bin/tls-check-parallel.pl
bin/tls-check.pl
+%%SITE_PERL%%/auto/share/module/Net-SSL-CipherSuites/tls-parameters-4.csv
+%%SITE_PERL%%/auto/share/module/Security-TLSCheck-App-DomainFilter/tlds-alpha-by-domain.txt
+%%SITE_PERL%%/auto/share/module/Security-TLSCheck/check-ssl-heartbleed.pl
+%%SITE_PERL%%/auto/share/module/Security-TLSCheck/tls-check-logging.properties
+%%SITE_PERL%%/auto/share/module/Security-TLSCheck/tls-check.conf
%%SITE_PERL%%/Log/Log4perl/EasyCatch.pm
%%SITE_PERL%%/MooseX/ListAttributes.pm
%%SITE_PERL%%/Net/SSL/CipherSuites.pm
@@ -28,7 +33,6 @@ bin/tls-check.pl
%%SITE_PERL%%/Security/TLSCheck/Checks/Helper/Timing.pm
%%SITE_PERL%%/Security/TLSCheck/Checks/Mail.pm
%%SITE_PERL%%/Security/TLSCheck/Checks/MailCipherStrength.pm
-%%SITE_PERL%%/Security/TLSCheck/Checks/TODO.txt
%%SITE_PERL%%/Security/TLSCheck/Checks/Web.pm
%%SITE_PERL%%/Security/TLSCheck/Result.pm
%%SITE_PERL%%/Security/TLSCheck/Result/CSV.pm