diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-17 10:02:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-17 10:02:47 +0000 |
commit | 13ab04a013f06d33d202c5c40be8be155ff74fbe (patch) | |
tree | a86d28253c16e0ef012e42765963f37b287c307a | |
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-openldap-plugins/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/nagios-openldap-plugins/Makefile b/net-mgmt/nagios-openldap-plugins/Makefile index f558990a8c73..480dc7a2c9e2 100644 --- a/net-mgmt/nagios-openldap-plugins/Makefile +++ b/net-mgmt/nagios-openldap-plugins/Makefile @@ -3,6 +3,7 @@ PORTNAME= openldap-plugins PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://tools.ltb-project.org/attachments/download/629/ \ http://mirrors.rit.edu/zi/ @@ -15,11 +16,11 @@ COMMENT= Nagios Plugins to monitor OpenLDAP LICENSE= GPLv2 RUN_DEPENDS= p5-perl-ldap>=0:net/p5-perl-ldap \ - p5-Date-Manip>=6.30:devel/p5-Date-Manip \ - p5-Time-HiRes>=0:devel/p5-Time-HiRes + p5-Date-Manip>=6.30:devel/p5-Date-Manip PORTSCOUT= ignore:1 +NO_ARCH= yes NO_BUILD= yes USES= perl5 shebangfix USE_PERL5= run |