summaryrefslogtreecommitdiff
path: root/net/libradius/Makefile
diff options
context:
space:
mode:
authormanu <manu>2004-10-20 22:45:30 +0000
committermanu <manu>2004-10-20 22:45:30 +0000
commitf836b776238a694778c510e42798f214e91bf91e (patch)
treebd447abfe430c1277713adcf80e979b8073f779e /net/libradius/Makefile
parent92465486f2afba1310796baf67a43d300d0c776c (diff)
downloadpkgsrc-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/Makefile13
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"