defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. 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, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
30 lines
643 B
Makefile
30 lines
643 B
Makefile
# Created by: Mikhail Teterin <mi@aldan.algebra.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pam-pgsql
|
|
PORTVERSION= 0.7.3.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= security databases
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.7/
|
|
|
|
MAINTAINER= berend@pobox.com
|
|
COMMENT= PAM module for authenticating with PostgreSQL
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libmhash.so:security/mhash \
|
|
libgcrypt.so:security/libgcrypt
|
|
|
|
USES= libtool pgsql
|
|
GNU_CONFIGURE= yes
|
|
SUB_FILES= pkg-message
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/CHANGELOG ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|