diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-11-03 13:07:57 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-11-03 13:07:57 +0000 |
commit | 0648c92013c4d66f4f06a2d76b26bde817314118 (patch) | |
tree | 05f7c2a0d56d162ade380cb674531abdd29ba7c3 /net/p5-srv2pf | |
parent | a050771dbfee04dd18db82a6dc8721aa42bf42ee (diff) | |
download | ports-0648c92013c4d66f4f06a2d76b26bde817314118.tar.gz ports-0648c92013c4d66f4f06a2d76b26bde817314118.zip |
Notes
Diffstat (limited to 'net/p5-srv2pf')
-rw-r--r-- | net/p5-srv2pf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-srv2pf/Makefile b/net/p5-srv2pf/Makefile index cc6d90eff3fd..4d3a7134f32c 100644 --- a/net/p5-srv2pf/Makefile +++ b/net/p5-srv2pf/Makefile @@ -11,6 +11,7 @@ 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 |