blob: 518fceb55858a5e360192fc40ff28bde2658a876 (
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
|
PORTNAME= pam-pgsql
PORTVERSION= 0.7.3.2
PORTREVISION= 2
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>
|