1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

SQLite backend module for mod_sql of ProFTPD

WWW:	http://www.proftpd.org/docs/contrib/mod_sql.html
This commit is contained in:
Martin Matuska 2012-07-17 14:46:56 +00:00
parent b61e1e3b42
commit 5aad41d693
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301008
3 changed files with 32 additions and 0 deletions

View File

@ -667,6 +667,7 @@
SUBDIR += proftpd-mod_sql_mysql
SUBDIR += proftpd-mod_sql_odbc
SUBDIR += proftpd-mod_sql_postgres
SUBDIR += proftpd-mod_sql_sqlite
SUBDIR += pure-sql3
SUBDIR += puredb
SUBDIR += pxlib

View File

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

View File

@ -0,0 +1,3 @@
SQLite backend module for mod_sql of ProFTPD
WWW: http://www.proftpd.org/docs/contrib/mod_sql.html