diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-08-16 09:13:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-08-16 09:13:44 +0000 |
commit | 7bd7cbe806cf5b5bc684c781d96e69ad739bbcc9 (patch) | |
tree | d84b68f14398f8db84ad69796ba6ff770492b336 /security/pam-pgsql | |
parent | 474e697628d1c371c106f4646e2029e76e88b0e3 (diff) | |
download | ports-7bd7cbe806cf5b5bc684c781d96e69ad739bbcc9.tar.gz ports-7bd7cbe806cf5b5bc684c781d96e69ad739bbcc9.zip |
Notes
Diffstat (limited to 'security/pam-pgsql')
-rw-r--r-- | security/pam-pgsql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index b9eb0971fd28..2794f2bbf1e8 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -18,7 +18,7 @@ PATCHFILES= ${PORTNAME}_${PORTVERSION}-5.diff.gz PATCH_SITES= ${MASTER_SITES} PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} -MAINTAINER= m@absolight.net +MAINTAINER= mat@FreeBSD.org COMMENT= A pam module for authenticating with PostgreSQL LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} |