diff options
author | joerg <joerg@pkgsrc.org> | 2009-11-23 16:59:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-11-23 16:59:18 +0000 |
commit | d355b714899f3ac2776923172788606a356533e1 (patch) | |
tree | 842e8d6992101204a05fefa08c1ef67cd1007478 /www/ap-auth-kerb | |
parent | 8dcd08374061b0036917baf6abe152f4ec6f3561 (diff) | |
download | pkgsrc-d355b714899f3ac2776923172788606a356533e1.tar.gz |
Only for Apache 2+
Diffstat (limited to 'www/ap-auth-kerb')
-rw-r--r-- | www/ap-auth-kerb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap-auth-kerb/Makefile b/www/ap-auth-kerb/Makefile index d36147790d2..fc10ee57de4 100644 --- a/www/ap-auth-kerb/Makefile +++ b/www/ap-auth-kerb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/08/18 23:10:49 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2009/11/23 16:59:18 joerg Exp $ DISTNAME= mod_auth_kerb-5.4 PKGNAME= ${DISTNAME:S/mod/${APACHE_PKG_PREFIX}/:S/_/-/g} @@ -10,6 +10,8 @@ HOMEPAGE= http://modauthkerb.sourceforge.net/ COMMENT= Module to allow Apache authentication using Kerberos LICENSE= modified-bsd +PKG_APACHE_ACCEPTED= apache2 apache22 + CONFLICTS= ap-auth-kerb-[0-9]* GNU_CONFIGURE= yes |