summaryrefslogtreecommitdiff
path: root/www/ap-auth-external/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap-auth-external/Makefile')
-rw-r--r--www/ap-auth-external/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/ap-auth-external/Makefile b/www/ap-auth-external/Makefile
new file mode 100644
index 00000000000..aa2d5ec961d
--- /dev/null
+++ b/www/ap-auth-external/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/19 09:00:24 sborrill Exp $
+#
+
+DISTNAME= mod_auth_external-${DISTVERS}
+PKGNAME= ${APACHE_PKG_PREFIX}-auth-external-${DISTVERS}
+CATEGORIES= www
+MASTER_SITES= http://unixpapa.com/software/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://unixpapa.com/mod_authnz_external/
+COMMENT= Apache module for external program authentication
+
+PKG_APACHE_ACCEPTED= apache13 apache2
+
+.include "../../mk/apache.mk"
+
+APACHE_MODULE_NAME= mod_auth_external.so
+
+.if ${PKG_APACHE} == "apache13"
+DISTVERS= 2.1.19
+.else
+DISTVERS= 2.2.11
+.endif
+
+.include "../../www/apache/module.mk"
+.include "../../mk/bsd.pkg.mk"