1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/net/p5-ldap2pf/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

29 lines
647 B
Makefile

# $FreeBSD$
PORTNAME= ldap2pf
PORTVERSION= 20151106
CATEGORIES= net
MASTER_SITES= GH
PKGNAMEPREFIX= p5-
MAINTAINER= des@FreeBSD.org
COMMENT= Create and update PF tables from LDAP groups
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
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_GITHUB= yes
GH_ACCOUNT= dag-erling
USES= perl5
USE_PERL5= configure run
PLIST_FILES= bin/${PORTNAME} ${SITE_MAN1_REL}/${PORTNAME}.1.gz
.include <bsd.port.mk>