freebsd-ports/databases/proftpd-mod_sql_postgres/Makefile

25 lines
437 B
Makefile
Raw Normal View History

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