This is the MySQL backend module for ProFTPD
WWW: http://www.proftpd.org/docs/contrib/mod_sql.html
This commit is contained in:
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
|
@ -636,6 +636,7 @@
|
|||
SUBDIR += postgresql91-server
|
||||
SUBDIR += postgresql_autodoc
|
||||
SUBDIR += powerarchitect
|
||||
SUBDIR += proftpd-mod_sql_mysql
|
||||
SUBDIR += pure-sql3
|
||||
SUBDIR += puredb
|
||||
SUBDIR += pxlib
|
||||
|
|
28
databases/proftpd-mod_sql_mysql/Makefile
Normal file
28
databases/proftpd-mod_sql_mysql/Makefile
Normal 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"
|
3
databases/proftpd-mod_sql_mysql/pkg-descr
Normal file
3
databases/proftpd-mod_sql_mysql/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is the MySQL module for ProFTPD
|
||||
|
||||
WWW: http://www.proftpd.org/docs/contrib/mod_sql.html
|
Loading…
Reference in a new issue