diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-01-26 09:38:14 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-01-26 09:38:14 +0000 |
commit | 3602d8866058d57ad04bac8f88925eac5cec49ef (patch) | |
tree | b987613f26917376012810fd3a7329481706cfb7 /databases/proftpd-mod_sql_postgres | |
parent | This is the MySQL backend module for ProFTPD (diff) |
This is the PostgreSQL backend module for ProFTPD
WWW: http://www.proftpd.org/docs/contrib/mod_sql.html
Notes
Notes:
svn path=/head/; revision=289835
Diffstat (limited to 'databases/proftpd-mod_sql_postgres')
-rw-r--r-- | databases/proftpd-mod_sql_postgres/Makefile | 28 | ||||
-rw-r--r-- | databases/proftpd-mod_sql_postgres/pkg-descr | 3 |
2 files changed, 31 insertions, 0 deletions
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 <mm@FreeBSD.org> +# +# $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 |