diff options
author | manu <manu> | 2004-10-20 22:45:30 +0000 |
---|---|---|
committer | manu <manu> | 2004-10-20 22:45:30 +0000 |
commit | f836b776238a694778c510e42798f214e91bf91e (patch) | |
tree | bd447abfe430c1277713adcf80e979b8073f779e /net/libradius/Makefile | |
parent | 92465486f2afba1310796baf67a43d300d0c776c (diff) | |
download | pkgsrc-f836b776238a694778c510e42798f214e91bf91e.tar.gz |
libradius is a simple and easy-to use client library for RADIUS.
Diffstat (limited to 'net/libradius/Makefile')
-rw-r--r-- | net/libradius/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/libradius/Makefile b/net/libradius/Makefile new file mode 100644 index 00000000000..e317dd2b347 --- /dev/null +++ b/net/libradius/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/20 22:45:30 manu Exp $ +# + +DISTNAME= libradius-linux-20040827 +CATEGORIES= net +MASTER_SITES= http://portal-to-web.de/tacacs/ + +MAINTAINER= manu@netbsd.org +COMMENT= RADIUS client library + +WRKSRC= ${WRKDIR}/libradius-linux + +.include "../../mk/bsd.pkg.mk" |