svn commit: r449328 - head/net/p5-ldap2pw

Dag-Erling Smørgrav des at FreeBSD.org
Wed Sep 6 08:28:58 UTC 2017


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 at 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
 


More information about the svn-ports-all mailing list