mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
72a02a04ab
Approved by: wxs@ (mentor)
17 lines
501 B
Makefile
17 lines
501 B
Makefile
# New ports collection makefile for: freeradius-mysql
|
|
# Date created: 05 February 2007
|
|
# Whom: David Wood <david@wood2.org.uk>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
MAINTAINER= zi@FreeBSD.org
|
|
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"
|