Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2017 03:24:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444346 - head/net-mgmt/p5-Nagios-Plugin-LDAP
Message-ID:  <201706260324.v5Q3OwaQ072420@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun 26 03:24:58 2017
New Revision: 444346
URL: https://svnweb.freebsd.org/changeset/ports/444346

Log:
  Remove Perl core modules
  
  - While I'm here:
    - Add LICENSE
    - Add NO_ARCH
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile

Modified: head/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile
==============================================================================
--- head/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile	Mon Jun 26 03:24:53 2017	(r444345)
+++ head/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile	Mon Jun 26 03:24:58 2017	(r444346)
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706260324.v5Q3OwaQ072420>