From 04335707dd2b43c08276bf415428e4155fd781b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 6 Sep 2017 08:28:56 +0000 Subject: [PATCH] Make portlint happy. --- net/p5-ldap2pw/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net/p5-ldap2pw/Makefile b/net/p5-ldap2pw/Makefile index a7fab767d112..3e1c3f64a24a 100644 --- a/net/p5-ldap2pw/Makefile +++ b/net/p5-ldap2pw/Makefile @@ -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,12 +18,12 @@ 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 .include