diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-17 18:02:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-17 18:02:47 +0800 |
commit | ffd380bd1769fb667e2885918ab429d21eba6a63 (patch) | |
tree | a86d28253c16e0ef012e42765963f37b287c307a /net-mgmt | |
parent | 365e686d46e2627ded6f92890771301e3aa29a4c (diff) | |
download | freebsd-ports-gnome-ffd380bd1769fb667e2885918ab429d21eba6a63.tar.gz freebsd-ports-gnome-ffd380bd1769fb667e2885918ab429d21eba6a63.tar.zst freebsd-ports-gnome-ffd380bd1769fb667e2885918ab429d21eba6a63.zip |
Remove Perl core modules
- While I'm here, add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
Diffstat (limited to 'net-mgmt')
-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 |