1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Make portlint happy.

This commit is contained in:
Dag-Erling Smørgrav 2017-09-06 08:28:56 +00:00
parent 3e996523d7
commit 04335707dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449328

View File

@ -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 <bsd.port.mk>