From 6b65c45f49ea31cbc77b634cd2c400d754ea444f Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Mon, 26 Feb 2001 23:09:21 +0000 Subject: Add pam-pgsql 0.3, a pam module for authenticating with PostgreSQL. PR: 22876 Submitted by: Mikhail Teterin --- security/pam-pgsql/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 security/pam-pgsql/Makefile (limited to 'security/pam-pgsql/Makefile') diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile new file mode 100644 index 000000000000..3f9f9e040729 --- /dev/null +++ b/security/pam-pgsql/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: pam-pgsql +# Date created: Nov 16, 2000 +# Whom: Mikhail Teterin +# +# $FreeBSD$ +# + +PORTNAME= pam-pgsql +PORTVERSION= 0.3 +CATEGORIES= security databases +# When the family of Debian mirrors is added to bsd.port.mk, +# this will suddenly start making sense: +MASTER_SITES= http://ftp.debian.org/debian/${MASTER_SITE_SUBDIR}/ \ + ftp://ftp.bora.net/pub/linux/debian/${MASTER_SITE_SUBDIR}/ \ + ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= dists/woody/main/source/admin +DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} + +MAINTAINER= mi@aldan.algebra.com + +LIB_DEPENDS= pq:${PORTSDIR}/databases/postgresql7 + +MAKEFILE= ${FILESDIR}/Makefile.bsd +MAKE_ARGS+= -j 2 + +post-install: + ${CAT} ${PKGMESSAGE} +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/debian/changelog \ + ${WRKSRC}/debian/copyright ${DOCDIR} + +PLIST_SUB+= DOC='' +DOCDIR= ${LOCALBASE}/share/doc/pam-pgsql + +.else +PLIST_SUB+= DOC='@comment ' +.endif + +.include -- cgit v1.2.3