summaryrefslogtreecommitdiff
path: root/www/ap-auth-postgresql/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-17 17:21:28 +0000
committerwiz <wiz>2001-02-17 17:21:28 +0000
commit5c2ded063c246b745cbe88b35958aeb774b3efff (patch)
treefe8266973ffa2637b58ee95206ea56dc48377bc4 /www/ap-auth-postgresql/Makefile
parenta45ac7ca966bf5b8cb2bec544cf9fe7ef1ece047 (diff)
downloadpkgsrc-5c2ded063c246b745cbe88b35958aeb774b3efff.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'www/ap-auth-postgresql/Makefile')
-rw-r--r--www/ap-auth-postgresql/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile
index 3562adc103b..9bd22e1d311 100644
--- a/www/ap-auth-postgresql/Makefile
+++ b/www/ap-auth-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/09/05 09:33:17 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/17 17:21:45 wiz Exp $
DISTNAME= AuthPG-1.2b2
PKGNAME= ap-auth-postgresql-1.2b2
@@ -7,6 +7,7 @@ MASTER_SITES= http://home.bawi.org/~minskim/authpg/
MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://home.bawi.org/~minskim/authpg/
+COMMENT= Module to allow apache authentication against a Postgresql database
DEPENDS+= apache-1.3.*:../../www/apache
DEPENDS+= postgresql-*:../../databases/postgresql