1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/p5-ldap2pw/Makefile
Jimmy Olgeni e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00

30 lines
625 B
Makefile

# $FreeBSD$
PORTNAME= ldap2pw
PORTVERSION= 20170922
CATEGORIES= net
MASTER_SITES= GH
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 \
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
p5-perl-ldap>=0:net/p5-perl-ldap
BUILD_DEPENDS= ${RUN_DEPENDS}
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>