git: bbf971f56066 - main - net/tac_plus4: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 11:57:35 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbf971f56066dbbc16daca8614cd17f5ea723ebb commit bbf971f56066dbbc16daca8614cd17f5ea723ebb Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 11:52:17 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 11:52:17 +0000 net/tac_plus4: Add CPE information Approved by: portmgr (blanket) --- net/tac_plus4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index 923345f3443c..47693b70642d 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -10,13 +10,15 @@ MAINTAINER= marcus@FreeBSD.org COMMENT= Cisco remote authentication/authorization/accounting server GNU_CONFIGURE= yes -USES= bison perl5 libtool +USES= bison cpe perl5 libtool USE_PERL5= build USE_RC_SUBR= tac_plus USE_LDCONFIG= yes CONFIGURE_ARGS= --with-groupid=$$(/usr/bin/id -g tacacs 2>/dev/null || echo '559') \ --with-userid=$$(/usr/bin/id -u tacacs 2>/dev/null || echo '559') +CPE_VENDOR= cisco + USERS= tacacs GROUPS= tacacs