Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2017 08:28:56 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449328 - head/net/p5-ldap2pw
Message-ID:  <201709060828.v868SuPx040063@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Wed Sep  6 08:28:56 2017
New Revision: 449328
URL: https://svnweb.freebsd.org/changeset/ports/449328

Log:
  Make portlint happy.

Modified:
  head/net/p5-ldap2pw/Makefile

Modified: head/net/p5-ldap2pw/Makefile
==============================================================================
--- head/net/p5-ldap2pw/Makefile	Wed Sep  6 08:27:29 2017	(r449327)
+++ head/net/p5-ldap2pw/Makefile	Wed Sep  6 08:28:56 2017	(r449328)
@@ -9,6 +9,8 @@ PKGNAMEPREFIX=  p5-
 MAINTAINER=	des@FreeBSD.org
 COMMENT=	Synchronize local user database with LDAP directory
 
+LICENSE=	BSD3CLAUSE
+
 RUN_DEPENDS=	p5-Authen-SASL>=0:security/p5-Authen-SASL \
 		p5-Net-DNS>=0:dns/p5-Net-DNS \
 		p5-Regexp-Common>=0:textproc/p5-Regexp-Common \
@@ -16,11 +18,11 @@ RUN_DEPENDS=	p5-Authen-SASL>=0:security/p5-Authen-SASL
 		p5-perl-ldap>=0:net/p5-perl-ldap
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	dag-erling
-
 USES=		perl5
 USE_PERL5=	configure run
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	dag-erling
 
 PLIST_FILES=	bin/${PORTNAME} ${SITE_MAN1_REL}/${PORTNAME}.1.gz
 



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