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:
parent
b61e1e3b42
commit
5aad41d693
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301008
@ -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
|
||||
|
28
databases/proftpd-mod_sql_sqlite/Makefile
Normal file
28
databases/proftpd-mod_sql_sqlite/Makefile
Normal 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"
|
3
databases/proftpd-mod_sql_sqlite/pkg-descr
Normal file
3
databases/proftpd-mod_sql_sqlite/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
SQLite backend module for mod_sql of ProFTPD
|
||||
|
||||
WWW: http://www.proftpd.org/docs/contrib/mod_sql.html
|
Loading…
Reference in New Issue
Block a user