From 3602d8866058d57ad04bac8f88925eac5cec49ef Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Thu, 26 Jan 2012 09:38:14 +0000 Subject: This is the PostgreSQL backend module for ProFTPD WWW: http://www.proftpd.org/docs/contrib/mod_sql.html --- databases/proftpd-mod_sql_postgres/Makefile | 28 ++++++++++++++++++++++++++++ databases/proftpd-mod_sql_postgres/pkg-descr | 3 +++ 2 files changed, 31 insertions(+) create mode 100644 databases/proftpd-mod_sql_postgres/Makefile create mode 100644 databases/proftpd-mod_sql_postgres/pkg-descr (limited to 'databases/proftpd-mod_sql_postgres') diff --git a/databases/proftpd-mod_sql_postgres/Makefile b/databases/proftpd-mod_sql_postgres/Makefile new file mode 100644 index 000000000000..69504beb9de4 --- /dev/null +++ b/databases/proftpd-mod_sql_postgres/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: proftpd-mod_sql_postgres +# Date created: 25 Jan 2012 +# Whom: Martin Matuska +# +# $FreeBSD$ + +PORTNAME= mod_sql_postgres +CATEGORIES= databases ftp +PKGNAMEPREFIX= proftpd- + +MAINTAINER= mm@FreeBSD.org +COMMENT= PostgreSQL backend module for ProFTPD + +LICENSE= GPLv2 + +DESCR= ${.CURDIR}/pkg-descr + +LATEST_LINK= ${PKGNAMEPREFIX}-${PORTNAME} +MASTERDIR= ${.CURDIR}/../../ftp/proftpd + +USE_PGSQL= yes + +INCLUDEDIRS= ${LOCALBASE}/include +LIBDIRS= ${LOCALBASE}/lib + +_PROFTPD_MODULE= ${PORTNAME} + +.include "${MASTERDIR}/Makefile" diff --git a/databases/proftpd-mod_sql_postgres/pkg-descr b/databases/proftpd-mod_sql_postgres/pkg-descr new file mode 100644 index 000000000000..44499986fb55 --- /dev/null +++ b/databases/proftpd-mod_sql_postgres/pkg-descr @@ -0,0 +1,3 @@ +This is the PostgreSQL backend module for ProFTPD + +WWW: http://www.proftpd.org/docs/contrib/mod_sql.html -- cgit v1.2.3