2015-11-02 16:04:52 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ldap2pf
|
2017-04-24 16:25:06 +02:00
|
|
|
PORTVERSION= 20170424
|
2015-11-02 16:04:52 +01:00
|
|
|
CATEGORIES= net
|
2017-11-02 22:41:47 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
2015-11-02 16:04:52 +01:00
|
|
|
|
|
|
|
MAINTAINER= des@FreeBSD.org
|
|
|
|
COMMENT= Create and update PF tables from LDAP groups
|
|
|
|
|
2017-02-26 19:03:27 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \
|
|
|
|
p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \
|
|
|
|
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
|
2015-11-03 14:07:57 +01:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2015-11-02 16:04:52 +01:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= dag-erling
|
|
|
|
|
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure run
|
|
|
|
|
2015-11-07 13:00:14 +01:00
|
|
|
PLIST_FILES= bin/${PORTNAME} ${SITE_MAN1_REL}/${PORTNAME}.1.gz
|
2015-11-02 16:04:52 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|