diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-26 03:24:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-26 03:24:58 +0000 |
commit | 4d879d83f0bbdf28e947ac5fec27d677ff86c01e (patch) | |
tree | 1602c840613b3f870368ffb1f088047afbcbc956 /net-mgmt | |
parent | Remove Perl core modules (diff) |
Remove Perl core modules
- While I'm here:
- Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Nagios-Plugin-LDAP/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile b/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile index f6c65b1ab3a6..7364a409ae13 100644 --- a/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile +++ b/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile @@ -3,7 +3,7 @@ PORTNAME= Nagios-Plugin-LDAP PORTVERSION= 0.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,14 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= avk@vl.ru COMMENT= Nagios plugin to observe LDAP +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure BUILD_DEPENDS= p5-perl-ldap>=0:net/p5-perl-ldap \ p5-Nagios-Plugin>=0:net-mgmt/p5-Nagios-Plugin \ - p5-Time-HiRes>=0:devel/p5-Time-HiRes \ p5-DateTime>=0:devel/p5-DateTime - RUN_DEPENDS:= ${BUILD_DEPENDS} post-patch: |