diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-29 00:24:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-29 00:24:35 +0800 |
commit | 28b8f446e9d0173e94c9163de81414cf4c5c1ce6 (patch) | |
tree | 89012051661f7086cdd9659a892edc60e8b06472 /net/freeradius-mysql | |
parent | f7f2597ba57ba1327b45884bb89dc84419669d96 (diff) | |
download | freebsd-ports-gnome-28b8f446e9d0173e94c9163de81414cf4c5c1ce6.tar.gz freebsd-ports-gnome-28b8f446e9d0173e94c9163de81414cf4c5c1ce6.tar.zst freebsd-ports-gnome-28b8f446e9d0173e94c9163de81414cf4c5c1ce6.zip |
Add freeradius-mysql , a free RADIUS server implementation with MySQL
support.
PR: ports/110948
Submitted by: David Wood <david at wood2.org.uk>
Diffstat (limited to 'net/freeradius-mysql')
-rw-r--r-- | net/freeradius-mysql/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/freeradius-mysql/Makefile b/net/freeradius-mysql/Makefile new file mode 100644 index 000000000000..e04f57d9e21d --- /dev/null +++ b/net/freeradius-mysql/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: freeradius-mysql +# Date created: 05 February 2007 +# Whom: David Wood <david@wood2.org.uk> +# +# $FreeBSD$ + +MAINTAINER= david@wood2.org.uk +COMMENT= A free RADIUS server implementation with MySQL support + +# Set the necessary (private) knob before handing off to the master port +# (all the necessary support is in the master port) +FREERADIUS_SLAVE_MYSQL= yes + +MASTERDIR= ${.CURDIR}/../freeradius + +.include "${MASTERDIR}/Makefile" |