b95d127471
- Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
29 lines
645 B
Makefile
29 lines
645 B
Makefile
# Created by: Mikhail Teterin <mi@aldan.algebra.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pam-pgsql
|
|
PORTVERSION= 0.7.3.1
|
|
PORTREVISION= 3
|
|
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:${PORTSDIR}/security/mhash \
|
|
libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
|
|
|
USES= libtool
|
|
USE_PGSQL= yes
|
|
GNU_CONFIGURE= yes
|
|
SUB_FILES= pkg-message
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/CHANGELOG ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|