diff options
Diffstat (limited to 'net-mgmt/check_ssl_cert/Makefile')
-rw-r--r-- | net-mgmt/check_ssl_cert/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-mgmt/check_ssl_cert/Makefile b/net-mgmt/check_ssl_cert/Makefile index 758bf4e0f33a..4a680d444ded 100644 --- a/net-mgmt/check_ssl_cert/Makefile +++ b/net-mgmt/check_ssl_cert/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= check_ssl_cert -PORTVERSION= 1.63.0 +PORTVERSION= 1.64.0 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt @@ -13,10 +13,8 @@ LICENSE= GPLv3 RUN_DEPENDS= expect:lang/expect \ p5-TimeDate>=0:devel/p5-TimeDate -NO_ARCH= yes NO_BUILD= yes -USES= ssl:run USE_GITHUB= yes GH_ACCOUNT= matteocorti GV_PROJECT= check_ssl_cert |