Index: head/net/p5-ldap2pf/Makefile =================================================================== --- head/net/p5-ldap2pf/Makefile (revision 400698) +++ head/net/p5-ldap2pf/Makefile (revision 400699) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= ldap2pf PORTVERSION= 20151101 CATEGORIES= net MASTER_SITES= GH 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 +BUILD_DEPENDS= ${RUN_DEPENDS} USE_GITHUB= yes GH_ACCOUNT= dag-erling USES= perl5 USE_PERL5= configure run PLIST_FILES= bin/ldap2pf .include Index: head/net/p5-ldap2pw/Makefile =================================================================== --- head/net/p5-ldap2pw/Makefile (revision 400698) +++ head/net/p5-ldap2pw/Makefile (revision 400699) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= ldap2pw PORTVERSION= 20151101 CATEGORIES= net MASTER_SITES= GH MAINTAINER= des@FreeBSD.org COMMENT= Synchronize local user database with LDAP directory RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ 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 +BUILD_DEPENDS= ${RUN_DEPENDS} USE_GITHUB= yes GH_ACCOUNT= dag-erling USES= perl5 USE_PERL5= configure run PLIST_FILES= bin/ldap2pw .include Index: head/net/p5-srv2pf/Makefile =================================================================== --- head/net/p5-srv2pf/Makefile (revision 400698) +++ head/net/p5-srv2pf/Makefile (revision 400699) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= srv2pf PORTVERSION= 20151101 CATEGORIES= net MASTER_SITES= GH MAINTAINER= des@FreeBSD.org COMMENT= Create and update PF tables from LDAP groups RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap +BUILD_DEPENDS= ${RUN_DEPENDS} USE_GITHUB= yes GH_ACCOUNT= dag-erling USES= perl5 USE_PERL5= configure run PLIST_FILES= bin/srv2pf .include