This is the MySQL backend module for ProFTPD

WWW: http://www.proftpd.org/docs/contrib/mod_sql.html
This commit is contained in:
Martin Matuska 2012-01-26 09:36:58 +00:00
parent 76a3f8cfc6
commit eb6983914f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289834
3 changed files with 32 additions and 0 deletions

View file

@ -636,6 +636,7 @@
SUBDIR += postgresql91-server
SUBDIR += postgresql_autodoc
SUBDIR += powerarchitect
SUBDIR += proftpd-mod_sql_mysql
SUBDIR += pure-sql3
SUBDIR += puredb
SUBDIR += pxlib

View file

@ -0,0 +1,28 @@
# New ports collection makefile for: proftpd-mod_sql_mysql
# Date created: 25 Jan 2012
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= mod_sql_mysql
CATEGORIES= databases ftp
PKGNAMEPREFIX= proftpd-
MAINTAINER= mm@FreeBSD.org
COMMENT= MySQL module for ProFTPD
LICENSE= GPLv2
DESCR= ${.CURDIR}/pkg-descr
LATEST_LINK= ${PKGNAMEPREFIX}-${PORTNAME}
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
USE_MYSQL= yes
INCLUDEDIRS= ${LOCALBASE}/include:${LOCALBASE}/include/mysql
LIBDIRS= ${LOCALBASE}/lib
_PROFTPD_MODULE= ${PORTNAME}
.include "${MASTERDIR}/Makefile"

View file

@ -0,0 +1,3 @@
This is the MySQL module for ProFTPD
WWW: http://www.proftpd.org/docs/contrib/mod_sql.html