diff options
Diffstat (limited to 'net/p5-ldap2pf/Makefile')
-rw-r--r-- | net/p5-ldap2pf/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-ldap2pf/Makefile b/net/p5-ldap2pf/Makefile index 754e3e940107..87a221ac4714 100644 --- a/net/p5-ldap2pf/Makefile +++ b/net/p5-ldap2pf/Makefile @@ -9,12 +9,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= des@FreeBSD.org COMMENT= Create and update PF tables from LDAP groups -RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ - p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ - p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ - p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap +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 |