diff options
author | sekiya <sekiya> | 2004-05-26 12:04:27 +0000 |
---|---|---|
committer | sekiya <sekiya> | 2004-05-26 12:04:27 +0000 |
commit | e4cf67e90d700601159843873ced48bb79f7315b (patch) | |
tree | 00083c1852be6df69ba45d2d954054b0fa33903c /security/tacshell/Makefile | |
parent | 9e53761a551e74c6dcc4c3c58cf32b1e8a3f30cc (diff) | |
download | pkgsrc-e4cf67e90d700601159843873ced48bb79f7315b.tar.gz |
tacshell-0.91: RSA ACE/Server sdshell workalike, using TACACS+
Diffstat (limited to 'security/tacshell/Makefile')
-rw-r--r-- | security/tacshell/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/tacshell/Makefile b/security/tacshell/Makefile new file mode 100644 index 00000000000..d8623ac3e87 --- /dev/null +++ b/security/tacshell/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/26 12:04:27 sekiya Exp $ + +DISTNAME= tacshell-0.91 +CATEGORIES= security +MASTER_SITES= http://www.rezrov.net/software/ + +MAINTAINER= sekiya@NetBSD.org +HOMEPAGE= http://www.rezrov.net/software/tacshell.html +COMMENT= RSA ACE/Server sdshell workalike, using TACACS+ + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" |