2013-09-20 18:13:47 +02:00
|
|
|
# Created by: Martin Matuska <mm@FreeBSD.org>
|
2012-01-26 10:38:14 +01:00
|
|
|
|
|
|
|
PORTNAME= mod_sql_postgres
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 2
|
2012-01-26 10:38:14 +01:00
|
|
|
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
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
|
|
|
|
|
2014-10-08 19:09:39 +02:00
|
|
|
USES= pgsql
|
2012-01-26 10:38:14 +01:00
|
|
|
|
|
|
|
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"
|