blob: a09402ad81fc524db8c1b272b3bdf049ec3981e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Created by: Mikhail Teterin <mi@aldan.algebra.com>
# $FreeBSD$
PORTNAME= pam-pgsql
PORTVERSION= 0.7.3.1
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:${PORTSDIR}/security/mhash \
libgcrypt.so:${PORTSDIR}/security/libgcrypt
USES= libtool
USE_PGSQL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=/usr/lib
SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/CHANGELOG ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|