2012-01-26 10:38:14 +01:00
|
|
|
# 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
|
2012-07-17 16:38:28 +02:00
|
|
|
COMMENT= PostgreSQL ProFTPD module
|
2012-01-26 10:38:14 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
|
|
|
|
LATEST_LINK= ${PKGNAMEPREFIX}-${PORTNAME}
|
|
|
|
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
|
|
|
|
|
|
|
|
USE_PGSQL= yes
|
|
|
|
|
|
|
|
INCLUDEDIRS= ${LOCALBASE}/include
|
|
|
|
LIBDIRS= ${LOCALBASE}/lib
|
|
|
|
|
2012-07-17 16:38:28 +02:00
|
|
|
_BUILDING_PROFTPD_MODULE= ${PORTNAME}
|
2012-01-26 10:38:14 +01:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|