diff options
Diffstat (limited to 'www/ap-auth-mysql/Makefile')
-rw-r--r-- | www/ap-auth-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-mysql/Makefile b/www/ap-auth-mysql/Makefile index 9a6b177bccb..661841258ea 100644 --- a/www/ap-auth-mysql/Makefile +++ b/www/ap-auth-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/02/27 00:33:28 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:56 jlam Exp $ # DISTNAME= libapache-mod-auth-mysql_4.3.1 @@ -8,7 +8,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} CATEGORIES= www databases security MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/liba/libapache-mod-auth-mysql/} -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://packages.debian.org/unstable/web/libapache-mod-auth-mysql.html COMMENT= Apache (${PKG_APACHE}) module to allow authentication against a MySQL database |