opnsense-ports/databases/proftpd-mod_sql_postgres/Makefile
Franco Fichtner a80b58ec68 */*: sync with upstream
Taken from: HardenedBSD
2018-12-12 07:35:20 +01:00

25 lines
449 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= mod_sql_postgres
PORTREVISION= 1
CATEGORIES= databases ftp
PKGNAMEPREFIX= proftpd-
MAINTAINER= mm@FreeBSD.org
COMMENT= PostgreSQL ProFTPD module
LICENSE= GPLv2
DESCR= ${.CURDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
USES= pgsql
INCLUDEDIRS= ${LOCALBASE}/include
LIBDIRS= ${LOCALBASE}/lib
_BUILDING_PROFTPD_MODULE= ${PORTNAME}
.include "${MASTERDIR}/Makefile"