diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-26 11:24:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-26 11:24:58 +0800 |
commit | 929078f7899b914306ff76ba92db90918f099d45 (patch) | |
tree | 1602c840613b3f870368ffb1f088047afbcbc956 /net-mgmt | |
parent | fee551f066ee9d786f5d926bed4ac8d04ef19d4a (diff) | |
download | freebsd-ports-gnome-929078f7899b914306ff76ba92db90918f099d45.tar.gz freebsd-ports-gnome-929078f7899b914306ff76ba92db90918f099d45.tar.zst freebsd-ports-gnome-929078f7899b914306ff76ba92db90918f099d45.zip |
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: |