summaryrefslogtreecommitdiff
path: root/www/mod_authnz_external22
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_authnz_external22')
-rw-r--r--www/mod_authnz_external22/Makefile34
-rw-r--r--www/mod_authnz_external22/distinfo2
-rw-r--r--www/mod_authnz_external22/pkg-descr11
3 files changed, 0 insertions, 47 deletions
diff --git a/www/mod_authnz_external22/Makefile b/www/mod_authnz_external22/Makefile
deleted file mode 100644
index fbab8bb4f940..000000000000
--- a/www/mod_authnz_external22/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: José García Juanino <jjuanino@gmail.com>
-# $FreeBSD$
-
-PORTNAME= mod_authnz_external
-PORTVERSION= 3.1.2
-PORTREVISION= 2
-CATEGORIES= www
-MASTER_SITES= GOOGLE_CODE
-PKGNAMESUFFIX= 22
-DIST_SUBDIR= apache2
-
-MAINTAINER= eg@fbsd.lt
-COMMENT= Allows users authentication based on external mechanisms on apache 2.2
-
-LICENSE= APACHE20
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-USE_APACHE= 22
-AP_FAST_BUILD= yes
-AP_GENPLIST= yes
-SHORTMODNAME= authnz_external
-PROJECTHOST= mod-auth-external
-
-PORTDOCS= AUTHENTICATORS INSTALL README \
- CHANGES UPGRADE INSTALL.HARDCODE
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/www/mod_authnz_external22/distinfo b/www/mod_authnz_external22/distinfo
deleted file mode 100644
index 84014433819a..000000000000
--- a/www/mod_authnz_external22/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (apache2/mod_authnz_external-3.1.2.tar.gz) = 2bdc4a8a16c0f21905816ef59d463dca8e052dec296e115e3f65c41ff4590e3e
-SIZE (apache2/mod_authnz_external-3.1.2.tar.gz) = 54613
diff --git a/www/mod_authnz_external22/pkg-descr b/www/mod_authnz_external22/pkg-descr
deleted file mode 100644
index 15eccf139faf..000000000000
--- a/www/mod_authnz_external22/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Mod_authnz_external is an Apache module used for authentication. The Apache HTTP
-Daemon can be configured to require users to supply logins and passwords
-before accessing pages in some directories. Authentication is the process of
-checking if the password given is correct for a user. Apache has standard
-modules for authenticating out of several different kinds of databases.
-Mod_authnz_external is a flexible tool for creating authentication systems based
-on other databases.
-
-This port gives the same funcionality as mod_auth_external, but over apache 2.2.
-
-WWW: http://code.google.com/p/mod-auth-external/