diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-06-08 07:33:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-06-08 07:33:40 +0000 |
commit | 1edaca891b090422cbebc93a38468c88010cdd20 (patch) | |
tree | 00f636605117c2d663a422a2e86668f39e46994c /net/tac_plus4/Makefile | |
parent | b975addb317242f73341f4ea93435f3f8f589e5c (diff) | |
download | ports-1edaca891b090422cbebc93a38468c88010cdd20.tar.gz ports-1edaca891b090422cbebc93a38468c88010cdd20.zip |
Notes
Diffstat (limited to 'net/tac_plus4/Makefile')
-rw-r--r-- | net/tac_plus4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index 744d509e6157..137d80d92dd6 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= tac_plus -PORTVERSION= F4.0.4.26 +PORTVERSION= F4.0.4.27a CATEGORIES= net security MASTER_SITES= ftp://ftp.shrubbery.net/pub/tac_plus/ -DISTNAME= tacacs+-F4.0.4.26 +DISTNAME= tacacs+-F4.0.4.27a MAINTAINER= marcus@FreeBSD.org COMMENT= The Cisco remote authentication/authorization/accounting server GNU_CONFIGURE= yes -USES= bison perl5 +USES= bison perl5 libtool USE_PERL5= build USE_RC_SUBR= tac_plus USE_LDCONFIG= yes |