diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-26 19:37:56 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-26 19:37:56 +0000 |
commit | 7bf9c3525e1feda164ad9b8c13a153500b72f710 (patch) | |
tree | 097ee86fa4cc917b64fef626d5016270d6331b62 | |
parent | Remove Perl core modules (diff) |
Remove Perl core modules
- While I'm here, add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
-rw-r--r-- | net-mgmt/nagios-certexp-plugin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/nagios-certexp-plugin/Makefile b/net-mgmt/nagios-certexp-plugin/Makefile index 387bf28999b8..f6459999c006 100644 --- a/net-mgmt/nagios-certexp-plugin/Makefile +++ b/net-mgmt/nagios-certexp-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= nagios-certexp-plugin PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.jhweiss.de/pub/users/weiss/nagios/plugins/ DISTNAME= check_certexp.pl @@ -12,11 +13,11 @@ MAINTAINER= ecronin@gizmolabs.org COMMENT= Nagios plugin for checking SSL server certificate expiration RUN_DEPENDS+= p5-Net-SSLeay>=0:security/p5-Net-SSLeay \ - p5-Date-Manip>=0:devel/p5-Date-Manip \ - p5-Getopt-Long>=0:devel/p5-Getopt-Long + p5-Date-Manip>=0:devel/p5-Date-Manip USES= perl5 shebangfix NO_WRKSUBDIR= yes +NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= check_certexp.pl |